]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
call drop
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Oct 2008 18:23:46 +0000 (18:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Oct 2008 18:23:46 +0000 (18:23 +0000)
test/profiling/compiler.py

index 501f8878d17f5840d2c25734e254db3b5f8ccf30..66710e0e101e2dd49d35d5b0d73425052f0b65ec 100644 (file)
@@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
     def test_update(self):
         t1.update().compile()
 
-    @profiling.function_call_count(211, versions={'2.4':141})
+    @profiling.function_call_count(202, versions={'2.4':141})
     def test_select(self):
         s = select([t1], t1.c.c2==t2.c.c1)
         s.compile()