diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-20 23:02:08 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-20 23:02:08 +0000 |
| commit | 20d6baa09f461b49e8c00d3b8b437284438d4dd5 (patch) | |
| tree | 66bbc21e82b398a909847b1112888bbb20fa18c7 /test/aaa_profiling/test_compiler.py | |
| parent | a19cdd1868e36643ae103816f44c21989462cf95 (diff) | |
| download | sqlalchemy-20d6baa09f461b49e8c00d3b8b437284438d4dd5.tar.gz | |
more py3k fixes
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
| -rw-r--r-- | test/aaa_profiling/test_compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index 4bb7b5bde..b5645a241 100644 --- a/test/aaa_profiling/test_compiler.py +++ b/test/aaa_profiling/test_compiler.py @@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile() - @profiling.function_call_count(122, {'2.4': 81}) + @profiling.function_call_count(122, {'2.4': 81, '3':132}) def test_update_whereclause(self): t1.update().where(t1.c.c2==12).compile() |
