diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-05-04 20:44:12 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-05-04 20:44:12 -0400 |
| commit | 554200e3e55d8498ef131783ba29aac8ad16a975 (patch) | |
| tree | 759cac635915085e6c78b7a32231ccf40d38e90f /test/aaa_profiling | |
| parent | 3757034d2de03f23dabb9456d773e34b8b09edb0 (diff) | |
| download | sqlalchemy-554200e3e55d8498ef131783ba29aac8ad16a975.tar.gz | |
callcount bump to work around sqlite's silly column name workaround
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_resultset.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index 0fc85ca03..85537100c 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -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") |
