From 9c1a31113937ce56e56ff5689838c6eedf1cfa25 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 13 Jun 2012 10:12:16 -0400 Subject: [PATCH] callcount fix --- test/aaa_profiling/test_zoomark.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 2.47.3