From: Mike Bayer Date: Wed, 13 Jun 2012 14:12:16 +0000 (-0400) Subject: callcount fix X-Git-Tag: rel_0_8_0b1~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c1a31113937ce56e56ff5689838c6eedf1cfa25;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcount fix --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 5a59e09e08..de634d83e6 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -377,7 +377,8 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3109) + @profiling.function_call_count(3118, {'2.7':3333, + '2.7+cextension':3109, '2.6':3109}) def test_profile_3_properties(self): self.test_baseline_3_properties()