[z3-checkins] r18710 - z3/sqlos/branch/andres-sqlobject0.7

jinty at codespeak.net jinty at codespeak.net
Mon Oct 17 11:55:05 CEST 2005


Author: jinty
Date: Mon Oct 17 11:55:03 2005
New Revision: 18710

Modified:
   z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml
Log:
Comment out the connections to the psycopg and mysql database adapters in ftesting.zcml. So people can download and test without these installed.

Modified: z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml
==============================================================================
--- z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml	(original)
+++ z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml	Mon Oct 17 11:55:03 2005
@@ -14,7 +14,8 @@
       permission="zope.Public"
       factory=".adapter.SQLiteAdapter"
       />
-  <!--
+
+  <!-- Adapters for testing against other databases:
       factory=".adapter.PostgresAdapter"
       factory=".adapter.MySQLAdapter"
   -->
@@ -25,6 +26,8 @@
       dsn='dbi://:memory:'
       />
 
+  <!-- Connections for testing against other databases:
+
   <rdb:provideConnection
       name='pgsql'
       component='psycopgda.adapter.PsycopgAdapter'
@@ -36,6 +39,7 @@
       component='mysqldbda.adapter.MySQLdbAdapter'
       dsn='dbi://testuser:testuser@localhost:3306/testdb'
       />
+  -->
 
   <sqlos:factory
       id="Dog"


More information about the z3-checkins mailing list