From: Mike Bayer Date: Tue, 25 Jan 2011 19:08:58 +0000 (-0500) Subject: callcount X-Git-Tag: rel_0_7b1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e6c2bafb03e9620f6289c709d0076e6291f624;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcount --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 648efed438..d34ee04771 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -370,7 +370,8 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3340, {'2.4': 2158, '2.7':3340, '2.6':3564}) + @profiling.function_call_count(3340, {'2.4': 2158, '2.7':3541, + '2.7+cextension':3317, '2.6':3564}) def test_profile_3_properties(self): self.test_baseline_3_properties()