From dab892d14f410459cbf19a525555c3716806d6e5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 24 Apr 2012 22:17:53 -0400 Subject: [PATCH] callcount --- test/aaa_profiling/test_zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 3706d8e82d..e1bee2b987 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -377,7 +377,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3340, {'2.7':3109, + @profiling.function_call_count(3118, {'2.7':3109, '2.7+cextension':3109, '2.6':3109}) def test_profile_3_properties(self): self.test_baseline_3_properties() -- 2.47.3