From: Mike Bayer Date: Mon, 25 Jan 2010 00:41:55 +0000 (+0000) Subject: remove my comment. still wish this could be done in a cleaner way tho X-Git-Tag: rel_0_6beta1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0fa04c58f103ca32c72b5e375a5b5645b3ef5f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove my comment. still wish this could be done in a cleaner way tho --- diff --git a/test/orm/test_unitofwork.py b/test/orm/test_unitofwork.py index 324c77e9a5..22c5f8918f 100644 --- a/test/orm/test_unitofwork.py +++ b/test/orm/test_unitofwork.py @@ -78,16 +78,6 @@ class VersioningTest(_base.MappedTest): except NameError: pass - # - # - # TODO: ??????? - # works fine without the 0 for me, including - # forcing the emits_warning tests to the zero pos, - # emits_warning() resets the warnings filter after - # running the test. many emits_warnings() in other - # tests too - # - # save = testing.db.dialect.supports_sane_rowcount testing.db.dialect.supports_sane_rowcount = False try: