summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_pool.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-20 11:35:16 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-20 11:35:16 -0500
commit61c76f92df7c0b5b1ce0178148bab71bc4a64ec7 (patch)
tree6d2262ffdba7d1dd13c8a2503fad62fd38882813 /test/aaa_profiling/test_pool.py
parent09a82f90e63ec6eeaaa5610b0f495fb2b5a10fce (diff)
downloadsqlalchemy-61c76f92df7c0b5b1ce0178148bab71bc4a64ec7.tar.gz
- repair remaining tests
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
-rw-r--r--test/aaa_profiling/test_pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py
index f99af5065..b34144feb 100644
--- a/test/aaa_profiling/test_pool.py
+++ b/test/aaa_profiling/test_pool.py
@@ -40,7 +40,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults):
def test_second_samethread_connect(self):
conn = pool.connect()
- @profiling.function_call_count(5, {'2.4': 3, '3.0':6, '3.1':6})
+ @profiling.function_call_count(6, {'2.4': 4, '3.0':7, '3.1':7})
def go():
return pool.connect()
c2 = go()