From fbcfd079debf27665f23a996853903aa3b2ef23a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 17 Apr 2011 15:00:27 -0400 Subject: callcount update for cext + 2.7 --- test/aaa_profiling/test_zoomark.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/aaa_profiling/test_zoomark.py') diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index dfea8312a..2ac9aa632 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -387,14 +387,15 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(1788, {'2.4': 1118, '3.2':1647}) + @profiling.function_call_count(1788, {'2.4': 1118, '3.2':1647, + '2.7+cextension':1698}) def test_profile_6_editing(self): self.test_baseline_6_editing() @profiling.function_call_count(2252, {'2.4': 1673, '2.6':2412, '2.7':2412, - '2.7+cextension':2252, + '2.7+cextension':2110, '2.6+cextension': 2252}) def test_profile_7_multiview(self): self.test_baseline_7_multiview() -- cgit v1.2.1