diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-10 20:13:51 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-10 20:13:51 -0400 |
| commit | cf65d1e42e61e637653367b9fc484e98e8829c7f (patch) | |
| tree | 7bc111c0f1bb0d528a062a55fbcd1db902624872 /test/aaa_profiling/test_memusage.py | |
| parent | cf9cac34ac8df5613ef2d24884030df8aa749580 (diff) | |
| download | sqlalchemy-cf65d1e42e61e637653367b9fc484e98e8829c7f.tar.gz | |
check_reverse was failing a not well covered m2m case.
Diffstat (limited to 'test/aaa_profiling/test_memusage.py')
| -rw-r--r-- | test/aaa_profiling/test_memusage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index ba1f67ddf..711b03a02 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -301,7 +301,7 @@ class MemUsageTest(EnsureZeroed): # dont need to clear_mappers() del B del A - + metadata.create_all() try: go() |
