summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-02-20 23:02:08 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-02-20 23:02:08 +0000
commit20d6baa09f461b49e8c00d3b8b437284438d4dd5 (patch)
tree66bbc21e82b398a909847b1112888bbb20fa18c7 /test/aaa_profiling/test_compiler.py
parenta19cdd1868e36643ae103816f44c21989462cf95 (diff)
downloadsqlalchemy-20d6baa09f461b49e8c00d3b8b437284438d4dd5.tar.gz
more py3k fixes
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
-rw-r--r--test/aaa_profiling/test_compiler.py2
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()