summaryrefslogtreecommitdiff
path: root/test/profiling/compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-04-01 17:46:36 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-04-01 17:46:36 +0000
commit7ae89c28f0c4e86a2325ba857ec7dd1e2a5cd3c9 (patch)
tree29dd4e589e5873038d3c9c3519c034677c9680f5 /test/profiling/compiler.py
parentad231da3b83bcdad4446690fa37fbe03408a40d6 (diff)
downloadsqlalchemy-7ae89c28f0c4e86a2325ba857ec7dd1e2a5cd3c9.tar.gz
fix up some unit tests
Diffstat (limited to 'test/profiling/compiler.py')
-rw-r--r--test/profiling/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py
index 51ec25e38..0ce0e7792 100644
--- a/test/profiling/compiler.py
+++ b/test/profiling/compiler.py
@@ -24,7 +24,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
t1.update().compile()
# TODO: this is alittle high
- @profiling.function_call_count(125, versions={'2.3': 180})
+ @profiling.function_call_count(125, versions={'2.3': 180, '2.4':140})
def test_select(self):
s = select([t1], t1.c.c2==t2.c.c1)
s.compile()