From: Mike Bayer Date: Fri, 16 Apr 2010 18:31:36 +0000 (-0400) Subject: guessed too soon on that X-Git-Tag: rel_0_6_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab62d418b2b3dda9693e371e084b33ac8d23a6a6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git guessed too soon on that --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 0b703b368a..6b567c0c57 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -323,7 +323,7 @@ class ZooMarkTest(TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3012, {'2.4': 1716}) + @profiling.function_call_count(3012, {'2.4': 1827}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables()