]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcount bump to account for sqlite's silly column name workaround
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 May 2012 00:44:00 +0000 (20:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 May 2012 00:44:00 +0000 (20:44 -0400)
test/aaa_profiling/test_resultset.py

index 632f67c6a23fb38799f8652f1a45b6c38c7c2a0d..f1358b748070e073ea611a56d3fa1b3ebfa9516b 100644 (file)
@@ -84,10 +84,10 @@ class ExecutionTest(fixtures.TestBase):
         # ensure initial connect activities complete
         e.execute("select 1")
 
-        @profiling.function_call_count(versions={'2.4':41, '2.5':60
-                                                    '2.6':60, '3':61,
-                                                    '2.7':60,
-                                                    '2.6+cextension':60}, 
+        @profiling.function_call_count(versions={'2.4':41, '2.5':65
+                                                    '2.6':65, '3':61,
+                                                    '2.7':65,
+                                                    '2.6+cextension':65}, 
                                             variance=.05)
         def go():
             e.execute("select 1")