]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-pool-thread...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 May 2008 03:08:35 +0000 (03:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 May 2008 03:08:35 +0000 (03:08 +0000)
test/profiling/zoomark.py

index e0d696ae4e518fc88883a93739fad2b02deb4872..9c32e3b78e50904a37da80f280b5af722651288e 100644 (file)
@@ -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()