diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-10 18:42:58 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-10 18:42:58 -0500 |
commit | 3c0af7f9c71adff2c52787c52e048c197db6e41c (patch) | |
tree | bc213115de79f943d3c00cebe18ad15659ac9bc6 | |
parent | e05c91acaa38e376e9cd833920ad3d0e0bd9c660 (diff) | |
download | sqlalchemy-3c0af7f9c71adff2c52787c52e048c197db6e41c.tar.gz |
- callcount
-rw-r--r-- | test/aaa_profiling/test_zoomark_orm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 6efb8be78..66975ffde 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -331,7 +331,7 @@ class ZooMarkTest(TestBase): session = sessionmaker()() engine.connect() - @profiling.function_call_count(4898) + @profiling.function_call_count(4592) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() |