summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-01-25 00:41:55 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-01-25 00:41:55 +0000
commit6a0fa04c58f103ca32c72b5e375a5b5645b3ef5f (patch)
tree5033e27b43e44b2d95113f808951e1d0ece5daff
parent67e7f45c59016fe15f055be4fb1e2abdecf0cec8 (diff)
downloadsqlalchemy-6a0fa04c58f103ca32c72b5e375a5b5645b3ef5f.tar.gz
remove my comment. still wish this could be done in a cleaner way tho
-rw-r--r--test/orm/test_unitofwork.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/orm/test_unitofwork.py b/test/orm/test_unitofwork.py
index 324c77e9a..22c5f8918 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: