diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-11 20:11:05 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-11 20:11:05 -0400 |
| commit | 5cc0bb04749922aa13864e495b70b79e8f3fdaf9 (patch) | |
| tree | a342ea82152fd4327354445e958dd13a7caaf690 /test/aaa_profiling/test_zoomark.py | |
| parent | 405b00f1de00759b4def7cc893aab9e9eafba63d (diff) | |
| download | sqlalchemy-5cc0bb04749922aa13864e495b70b79e8f3fdaf9.tar.gz | |
- [bug] Fixed bug affecting Py3K whereby
string positional parameters passed to
engine/connection execute() would fail to be
interpreted correctly, due to __iter__
being present on Py3K string.
[ticket:2503]. Also in 0.7.8.
Diffstat (limited to 'test/aaa_profiling/test_zoomark.py')
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index e1bee2b98..e3ce8d078 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -377,8 +377,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(3118, {'2.7':3109, - '2.7+cextension':3109, '2.6':3109}) + @profiling.function_call_count(3333) def test_profile_3_properties(self): self.test_baseline_3_properties() |
