From: Mike Bayer Date: Fri, 9 Sep 2011 21:18:10 +0000 (-0400) Subject: minor callcount bump resulting from r3876c9c0b9a4 X-Git-Tag: rel_0_7_3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e61a4438493c812990382ec5f1fc46016b319a4c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git minor callcount bump resulting from r3876c9c0b9a4 --- diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 587d522cda..cbb7105160 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -358,7 +358,7 @@ class ZooMarkTest(fixtures.TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3599, {'2.4': 1711}) + @profiling.function_call_count(3896, {'2.4': 1711}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 18c1f037f7..eaa94e3e51 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -331,7 +331,7 @@ class ZooMarkTest(fixtures.TestBase): session = sessionmaker()() engine.connect() - @profiling.function_call_count(5245) + @profiling.function_call_count(5600) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() @@ -368,7 +368,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(2417) + @profiling.function_call_count(2545) def test_profile_6_editing(self): self.test_baseline_6_editing()