[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/tests/testSQLAlchemy.py fixed test

Andreas Jung andreas at andreas-jung.com
Sun Sep 2 12:27:21 EDT 2007


Log message for revision 79439:
  fixed test
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/tests/testSQLAlchemy.py

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/tests/testSQLAlchemy.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/tests/testSQLAlchemy.py	2007-09-02 07:05:51 UTC (rev 79438)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/tests/testSQLAlchemy.py	2007-09-02 16:27:21 UTC (rev 79439)
@@ -139,7 +139,6 @@
     
     def testWrapperRegistrationFailing(self):
         wrapper = createSAWrapper(self.dsn)
-        registerSAWrapper(wrapper, 'test.wrapper2')
         self.assertRaises(ValueError, getSAWrapper, 'test.wrapperNonExistant')
 
 



More information about the Checkins mailing list