[Zope-CVS] CVS: Products/Ape/lib/apelib/tests - testzope2sql.py:1.9

Shane Hathaway shane at zope.com
Wed Mar 17 10:56:22 EST 2004


Update of /cvs-repository/Products/Ape/lib/apelib/tests
In directory cvs.zope.org:/tmp/cvs-serv27185/lib/apelib/tests

Modified Files:
	testzope2sql.py 
Log Message:
Fixed the SQL configuration


=== Products/Ape/lib/apelib/tests/testzope2sql.py 1.8 => 1.9 ===
--- Products/Ape/lib/apelib/tests/testzope2sql.py:1.8	Thu Mar 11 00:58:40 2004
+++ Products/Ape/lib/apelib/tests/testzope2sql.py	Wed Mar 17 10:55:50 2004
@@ -37,7 +37,7 @@
 
     def getConnection(self):
         c = getattr(apelib.sql.dbapi, self.class_name)
-        return c(self.dbapi_module, self.connect_args, prefix="test_temp_")
+        return c(self.dbapi_module, self.connect_args, prefix="apetest_")
 
     def setUp(self):
         global conf




More information about the Zope-CVS mailing list