diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-01-25 00:41:55 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-01-25 00:41:55 +0000 |
| commit | 6a0fa04c58f103ca32c72b5e375a5b5645b3ef5f (patch) | |
| tree | 5033e27b43e44b2d95113f808951e1d0ece5daff | |
| parent | 67e7f45c59016fe15f055be4fb1e2abdecf0cec8 (diff) | |
| download | sqlalchemy-6a0fa04c58f103ca32c72b5e375a5b5645b3ef5f.tar.gz | |
remove my comment. still wish this could be done in a cleaner way tho
| -rw-r--r-- | test/orm/test_unitofwork.py | 10 |
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: |
