From 004345d7c9add3647fa9b04b5c8c8c6c77be3173 Mon Sep 17 00:00:00 2001 From: Ants Aasma Date: Thu, 8 Nov 2007 00:11:46 +0000 Subject: [PATCH] updated zoomark test_1a_populate callcounts. if the calls keep being removed like this then soon there will be none left. --- 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 833aec46c6..7a5a4b7c27 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -50,7 +50,7 @@ class ZooMarkTest(testing.AssertMixin): metadata.create_all() @testing.supported('postgres') - @profiling.profiled('populate', call_range=(2990, 4400), always=True) + @profiling.profiled('populate', call_range=(2970, 4400), always=True) def test_1a_populate(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal'] -- 2.47.2