From d3e49722d19068ccc6cdd577748b4b8df158db9c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 24 Jan 2010 21:42:21 +0000 Subject: [PATCH] query --- test/orm/test_unitofwork.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/orm/test_unitofwork.py b/test/orm/test_unitofwork.py index 02340c0034..dff59c85a5 100644 --- a/test/orm/test_unitofwork.py +++ b/test/orm/test_unitofwork.py @@ -73,6 +73,16 @@ class VersioningTest(_base.MappedTest): # This test relies on an SAWarning being emitted, but the # subsequent tests' emits_warning cause that SAWarning to be # ignored forever. So it must run first + # + # + # 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: -- 2.47.3