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

Andreas Jung andreas at andreas-jung.com
Fri Apr 20 12:39:33 EDT 2007


Log message for revision 74271:
  typo
  

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-04-20 16:09:15 UTC (rev 74270)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/tests/testSQLAlchemy.py	2007-04-20 16:39:32 UTC (rev 74271)
@@ -115,7 +115,7 @@
         M.add('non_existing_table')
         db = createSQLAlchemyWrapper('sqlite:///test', model=M)
         try:
-            foo = db.getMapper('nonn_existing_table')
+            foo = db.getMapper('non_existing_table')
         except sqlalchemy.exceptions.NoSuchTableError:
             pass
 



More information about the Checkins mailing list