]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jun 2012 14:12:16 +0000 (10:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jun 2012 14:12:16 +0000 (10:12 -0400)
test/aaa_profiling/test_zoomark.py

index 5a59e09e086eeaca43717f4baf2b48dbd12badc3..de634d83e61ded80f35da22dc877a3421fbc95d6 100644 (file)
@@ -377,7 +377,8 @@ class ZooMarkTest(fixtures.TestBase):
     def test_profile_2_insert(self):
         self.test_baseline_2_insert()
 
-    @profiling.function_call_count(3109)
+    @profiling.function_call_count(3118, {'2.7':3333, 
+                                        '2.7+cextension':3109, '2.6':3109})
     def test_profile_3_properties(self):
         self.test_baseline_3_properties()