From: Mike Bayer Date: Sat, 13 Mar 2010 19:54:41 +0000 (-0500) Subject: callcount... X-Git-Tag: rel_0_6beta2~54^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20138e2f9afe77d9e67be37450ca064274ac8c6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcount... --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 68155527a6..b7b77bd02b 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -325,7 +325,7 @@ class ZooMarkTest(TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3178, {'2.4': 2012}) + @profiling.function_call_count(3178, {'2.4': 1816}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables()