From: Mike Bayer Date: Wed, 2 Apr 2008 16:15:57 +0000 (+0000) Subject: doh X-Git-Tag: rel_0_4_5~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef66e5c5b9f7706545fe2263fe8fe71df78f527;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git doh --- diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index e6696f29ac..f2e9f8bc89 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -155,7 +155,7 @@ class ZooMarkTest(testing.TestBase, AssertsExecutionResults): millipede = fullobject(Animal.select(Animal.c.Legs==1000000)) ticks = fullobject(Animal.select(Animal.c.Species==u'Tick')) - @profiling.function_call_count(10384, {'2.4': 11777}) + @profiling.function_call_count(10384, {'2.4': 11177}) def test_4_expressions(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal']