From 78d6c7c62e0cd87c4075985708c77f68a1373f43 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 21 Dec 2010 21:52:26 -0500 Subject: [PATCH] - arg callcounts change from 2.6.4 to 2.6.6 --- 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 c4cffa87ad..5fa9e71648 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -380,7 +380,7 @@ class ZooMarkTest(TestBase): self.test_baseline_4_expressions() @profiling.function_call_count(1059, {'2.4': 904, '2.6+cextension' - : 1027, '2.7+cextension': 1027}, + : 1027, '2.6.4':1167, '2.7+cextension': 1027}, variance=0.10) def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() -- 2.47.3