]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
updated zoomark test_1a_populate callcounts. if the calls keep being removed like...
authorAnts Aasma <ants.aasma@gmail.com>
Thu, 8 Nov 2007 00:11:46 +0000 (00:11 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Thu, 8 Nov 2007 00:11:46 +0000 (00:11 +0000)
test/profiling/zoomark.py

index 833aec46c6c26bc3c93adc7378cd8d42d21137a6..7a5a4b7c2740cd26ec82e3536c9c30031c71f2b9 100644 (file)
@@ -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']