From: Mike Bayer Date: Wed, 22 Dec 2010 02:52:26 +0000 (-0500) Subject: - arg callcounts change from 2.6.4 to 2.6.6 X-Git-Tag: rel_0_7b1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d6c7c62e0cd87c4075985708c77f68a1373f43;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - arg callcounts change from 2.6.4 to 2.6.6 --- 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()