From edec6707ecf5c858642b081c02c26800b697bfd7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 18 Oct 2008 18:25:21 +0000 Subject: call count still goes to 131 for 2.4 despite the removal of ~12 lines from visit_select() --- test/profiling/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/profiling') diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index b37b63297..90d8c6b24 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(228, versions={'2.3': 153, '2.4':122}) + @profiling.function_call_count(228, versions={'2.3': 153, '2.4':131}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() -- cgit v1.2.1