]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Make versioningtest.test_basic only assert when the dbapi support sane_rowcount
authorPaul Johnston <paj@pajhome.org.uk>
Tue, 14 Aug 2007 18:03:25 +0000 (18:03 +0000)
committerPaul Johnston <paj@pajhome.org.uk>
Tue, 14 Aug 2007 18:03:25 +0000 (18:03 +0000)
test/orm/unitofwork.py

index e850854f23da46aacf4f8b75c9a73af07ddcfaf7..0ef64746f4e149870df4c4aee749ed04e3b50837 100644 (file)
@@ -92,7 +92,6 @@ class VersioningTest(UnitOfWorkTest):
             # a concurrent session has modified this, should throw
             # an exception
             s.commit()
-            assert False
         except exceptions.ConcurrentModificationError, e:
             #print e
             success = True