]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Nov 2005 06:17:12 +0000 (06:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Nov 2005 06:17:12 +0000 (06:17 +0000)
test/mapper.py

index f53c9bcfb6f32c40a2b3d1caeb029e0dcee90edc..4bde6a07485781d2fe3f4a6d4de84638e67182c2 100644 (file)
@@ -10,7 +10,7 @@ import tables
 
 class MapperSuperTest(AssertMixin):
     def setUpAll(self):
-        db.echo = False
+#        db.echo = False
         tables.create()
         tables.data()
         db.echo = testbase.echo