]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doh
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Apr 2008 16:15:57 +0000 (16:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Apr 2008 16:15:57 +0000 (16:15 +0000)
test/profiling/zoomark.py

index e6696f29ac19d9c9526d26dfe9dfdeff79f79b6d..f2e9f8bc8997ee498dba3c4b403b98847892d735 100644 (file)
@@ -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']