]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix callcount
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2012 00:42:16 +0000 (19:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2012 00:42:16 +0000 (19:42 -0500)
test/aaa_profiling/test_resultset.py

index db253ce004b9005dd168188f9ae8b6102635d6a4..e769fa6b3d0526e304e38ac4142ed8539912e729 100644 (file)
@@ -85,7 +85,7 @@ class ExecutionTest(fixtures.TestBase):
         e.execute("select 1")
 
         @profiling.function_call_count(versions={'2.4':41, '2.5':58, 
-                                                    '2.6':58, '3':57,
+                                                    '2.6':58, '3':61,
                                                     '2.7':60,
                                                     '2.6+cextension':60}, 
                                             variance=.05)