]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removed ms-sql unsupporteds
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 21:42:07 +0000 (21:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 21:42:07 +0000 (21:42 +0000)
test/orm/unitofwork.py

index cd92c89353ffee7ff6e36ca21f03867e60d0a3d1..e850854f23da46aacf4f8b75c9a73af07ddcfaf7 100644 (file)
@@ -474,7 +474,6 @@ class ClauseAttributesTest(UnitOfWorkTest):
         metadata.drop_all()
         UnitOfWorkTest.tearDownAll(self)
     
-    @testing.unsupported('mssql') # TEMP: test causes mssql to hang
     def test_update(self):
         class User(object):
             pass
@@ -490,7 +489,6 @@ class ClauseAttributesTest(UnitOfWorkTest):
             assert u.counter == 2
         self.assert_sql_count(testbase.db, go, 1)
 
-    @testing.unsupported('mssql') # TEMP: test causes mssql to hang
     def test_multi_update(self):
         class User(object):
             pass