summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-09 13:41:43 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-09 13:41:43 -0500
commit969c04860fa5b9b3fc33253a2e4a706a5ddb16f6 (patch)
tree863c77e2cea89a5e534648a98374b79a5dde0d65 /test/aaa_profiling/test_compiler.py
parent62458eb8ad46dc148c6d504e6e7a4fb2a8017777 (diff)
downloadsqlalchemy-969c04860fa5b9b3fc33253a2e4a706a5ddb16f6.tar.gz
almost there, some tests failing still.
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 e49a3df7f..dc02cece4 100644
--- a/test/aaa_profiling/test_compiler.py
+++ b/test/aaa_profiling/test_compiler.py
@@ -33,7 +33,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
def test_update(self):
t1.update().compile()
- @profiling.function_call_count(122, {'2.4': 81, '3':132})
+ @profiling.function_call_count(129, {'2.4': 81, '3':132})
def test_update_whereclause(self):
t1.update().where(t1.c.c2==12).compile()