summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-06-13 10:12:16 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-06-13 10:12:16 -0400
commit9c1a31113937ce56e56ff5689838c6eedf1cfa25 (patch)
tree37e3c3d4933026eacf6479010ff4c0eb0da138bf /test/aaa_profiling
parentc238fb0c6270ebd4b0dd554217ea7ca3a8081e55 (diff)
downloadsqlalchemy-9c1a31113937ce56e56ff5689838c6eedf1cfa25.tar.gz
callcount fix
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_zoomark.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py
index 5a59e09e0..de634d83e 100644
--- a/test/aaa_profiling/test_zoomark.py
+++ b/test/aaa_profiling/test_zoomark.py
@@ -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()