From: Mike Bayer Date: Sat, 25 Oct 2008 18:24:13 +0000 (+0000) Subject: call drop # 2 X-Git-Tag: rel_0_5rc3~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e5157785ee9dd7a3bbb606b1f7642342936d18;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git call drop # 2 --- diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 66710e0e10..4494062658 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile() - @profiling.function_call_count(202, versions={'2.4':141}) + @profiling.function_call_count(202, versions={'2.4':133}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile()