diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-24 22:17:53 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-24 22:17:53 -0400 |
| commit | dab892d14f410459cbf19a525555c3716806d6e5 (patch) | |
| tree | 7c23da294635fdb86da1a518193f01319c7dc14d /test/aaa_profiling | |
| parent | 65862c5e2eeb49939e172846fb9f940ba05ce6d5 (diff) | |
| download | sqlalchemy-dab892d14f410459cbf19a525555c3716806d6e5.tar.gz | |
callcount
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 2 |
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() |
