summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-04-24 22:17:53 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-04-24 22:17:53 -0400
commitdab892d14f410459cbf19a525555c3716806d6e5 (patch)
tree7c23da294635fdb86da1a518193f01319c7dc14d /test/aaa_profiling
parent65862c5e2eeb49939e172846fb9f940ba05ce6d5 (diff)
downloadsqlalchemy-dab892d14f410459cbf19a525555c3716806d6e5.tar.gz
callcount
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_zoomark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py
index 3706d8e82..e1bee2b98 100644
--- a/test/aaa_profiling/test_zoomark.py
+++ b/test/aaa_profiling/test_zoomark.py
@@ -377,7 +377,7 @@ class ZooMarkTest(fixtures.TestBase):
def test_profile_2_insert(self):
self.test_baseline_2_insert()
- @profiling.function_call_count(3340, {'2.7':3109,
+ @profiling.function_call_count(3118, {'2.7':3109,
'2.7+cextension':3109, '2.6':3109})
def test_profile_3_properties(self):
self.test_baseline_3_properties()