]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more bumps
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 00:25:50 +0000 (00:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 00:25:50 +0000 (00:25 +0000)
test/aaa_profiling/test_pool.py

index 752787f4e41541b197dc4134655d45200d70c03a..0ce48e2a79da01da54e7d61388ffa9d2f1c87d44 100644 (file)
@@ -18,7 +18,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults):
                          use_threadlocal=True)
 
 
-    @profiling.function_call_count(64, {'2.4': 42, '3.0':57, '3.1':57})
+    @profiling.function_call_count(64, {'2.4': 42, '3.0':65, '3.1':65})
     def test_first_connect(self):
         conn = pool.connect()