]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update counts for 2.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 21:30:02 +0000 (21:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 21:30:02 +0000 (21:30 +0000)
test/aaa_profiling/test_compiler.py

index d3cb65db96bd9e2c0dc8e5dca678c39cc4104065..0232ae15db126d0db90e3cdc0a2e9b5082dca9a6 100644 (file)
@@ -15,11 +15,11 @@ class CompileTest(TestBase, AssertsExecutionResults):
             Column('c1', Integer, primary_key=True),
             Column('c2', String(30)))
 
-    @profiling.function_call_count(72, {'2.4': 45, '3.0':77, '3.1':77})
+    @profiling.function_call_count(72, {'2.4': 49, '3.0':77, '3.1':77})
     def test_insert(self):
         t1.insert().compile()
 
-    @profiling.function_call_count(72, {'2.4': 45})
+    @profiling.function_call_count(72, {'2.4': 50})
     def test_update(self):
         t1.update().compile()