From 5ccfa64294fbf730ad7449b60e8b32a38565aea5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 27 May 2008 03:08:35 +0000 Subject: [PATCH] - bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-pool-threadlocal nature adding some checkout overhead --- test/profiling/zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index e0d696ae4e..9c32e3b78e 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -344,7 +344,7 @@ class ZooMarkTest(TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(2054, {'2.4': 1048}) + @profiling.function_call_count(2054, {'2.4': 1193}) def test_profile_6_editing(self): self.test_baseline_6_editing() -- 2.47.3