diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-02-15 10:13:47 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-02-15 10:13:47 -0500 |
| commit | 7feaad21e66a21cef5ee6f28bb637c96a7ed54c0 (patch) | |
| tree | e9b3d6853c91e3e786c378f3db0b1aed86d54c80 /test/aaa_profiling/test_resultset.py | |
| parent | 0d9a7528549a9c10c3f75976e80ced25f646a8cf (diff) | |
| download | sqlalchemy-7feaad21e66a21cef5ee6f28bb637c96a7ed54c0.tar.gz | |
test failures
Diffstat (limited to 'test/aaa_profiling/test_resultset.py')
| -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 9d4b2e10a..53fe20ac9 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -37,8 +37,8 @@ class ResultSetTest(fixtures.TestBase, AssertsExecutionResults): '2.4': 13214, '2.6':14416, '2.7':14416, - '2.6+cextension': 345, - '2.7+cextension':345}) + '2.6+cextension': 365, + '2.7+cextension':365}) def test_string(self): [tuple(row) for row in t.select().execute().fetchall()] @@ -47,8 +47,8 @@ class ResultSetTest(fixtures.TestBase, AssertsExecutionResults): @profiling.function_call_count(versions={ '2.7':14396, '2.6':14396, - '2.6+cextension': 345, - '2.7+cextension':345}) + '2.6+cextension': 365, + '2.7+cextension':365}) def test_unicode(self): [tuple(row) for row in t2.select().execute().fetchall()] |
