[Checkins] SVN: z3c.sqlalchemy/branches/zope.sqlalchemy-integration/src/z3c/sqlalchemy/tests/testSQLAlchemy.py dropping tables for creating them

Andreas Jung andreas at andreas-jung.com
Sat May 10 05:34:48 EDT 2008


Log message for revision 86613:
  dropping tables for creating them
  

Changed:
  U   z3c.sqlalchemy/branches/zope.sqlalchemy-integration/src/z3c/sqlalchemy/tests/testSQLAlchemy.py

-=-
Modified: z3c.sqlalchemy/branches/zope.sqlalchemy-integration/src/z3c/sqlalchemy/tests/testSQLAlchemy.py
===================================================================
--- z3c.sqlalchemy/branches/zope.sqlalchemy-integration/src/z3c/sqlalchemy/tests/testSQLAlchemy.py	2008-05-10 09:30:52 UTC (rev 86612)
+++ z3c.sqlalchemy/branches/zope.sqlalchemy-integration/src/z3c/sqlalchemy/tests/testSQLAlchemy.py	2008-05-10 09:34:47 UTC (rev 86613)
@@ -45,6 +45,7 @@
                       Column('user_id', Integer),
                       Column('name', String(255)))
 
+        metadata.drop_all()
         metadata.create_all()
 
     def testIFaceZopePostgres(self):



More information about the Checkins mailing list