]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount tweak
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Mar 2012 20:20:07 +0000 (15:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Mar 2012 20:20:07 +0000 (15:20 -0500)
test/aaa_profiling/test_compiler.py

index a7ce7a70b18f641695a70c07fd29e6c51db887ee..53df3b28ea97360a215299839a5b68972eb086b2 100644 (file)
@@ -43,7 +43,7 @@ class CompileTest(fixtures.TestBase, AssertsExecutionResults):
     def test_update(self):
         t1.update().compile(dialect=self.dialect)
 
-    @profiling.function_call_count(versions={'2.6':117, '2.7':117, '3':118})
+    @profiling.function_call_count(versions={'2.6':117, '2.7':117, '3':124})
     def test_update_whereclause(self):
         t1.update().where(t1.c.c2==12).compile(dialect=self.dialect)