From d93c7c3b8ff945d4e7f73962d3776062a54eb3c0 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Tue, 14 Aug 2007 18:03:25 +0000 Subject: [PATCH] Make versioningtest.test_basic only assert when the dbapi support sane_rowcount --- test/orm/unitofwork.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/orm/unitofwork.py b/test/orm/unitofwork.py index e850854f23..0ef64746f4 100644 --- a/test/orm/unitofwork.py +++ b/test/orm/unitofwork.py @@ -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 -- 2.47.3