[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB/tests - testSQLCommand.py:1.7

Albertas Agejevas alga@codeworks.lt
Wed, 4 Dec 2002 12:57:19 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB/tests
In directory cvs.zope.org:/tmp/cvs-serv25799/lib/python/Zope/App/RDB/tests

Modified Files:
	testSQLCommand.py 
Log Message:
Renamed 'Connections' service to 'SQLDatabaseConnections'

=== Zope3/lib/python/Zope/App/RDB/tests/testSQLCommand.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/RDB/tests/testSQLCommand.py:1.6	Mon Dec  2 15:03:50 2002
+++ Zope3/lib/python/Zope/App/RDB/tests/testSQLCommand.py	Wed Dec  4 12:57:18 2002
@@ -65,8 +65,8 @@
 
     def setUp(self):
         PlacelessSetup.setUp(self)
-        sm.defineService('Connections', IConnectionService)
-        sm.provideService('Connections', ConnectionServiceStub())
+        sm.defineService('SQLDatabaseConnections', IConnectionService)
+        sm.provideService('SQLDatabaseConnections', ConnectionServiceStub())
         self._old_getNextServiceManager = NextService.getNextServiceManager
         NextService.getNextServiceManager = getNextServiceManager