[z3-checkins] r20865 - z3/sqlos/trunk/src/sqlos

andres at codespeak.net andres at codespeak.net
Thu Dec 8 00:44:33 CET 2005


Author: andres
Date: Thu Dec  8 00:44:32 2005
New Revision: 20865

Modified:
   z3/sqlos/trunk/src/sqlos/ftesting.zcml
Log:
Reverse jinty's accidental commit of mysql as standard testing db.

Modified: z3/sqlos/trunk/src/sqlos/ftesting.zcml
==============================================================================
--- z3/sqlos/trunk/src/sqlos/ftesting.zcml	(original)
+++ z3/sqlos/trunk/src/sqlos/ftesting.zcml	Thu Dec  8 00:44:32 2005
@@ -11,7 +11,7 @@
        You should only need to change the connectionName in order to
        test against a different database that sqlite -->
 
-  <sqlos:connectionName name='mysql' />
+  <sqlos:connectionName name='sqlite' />
 
   <adapter
       provides=".interfaces.IZopeSQLConnection"


More information about the z3-checkins mailing list