From 1bab44c2ba7bc3ce34b3936fad6f47a2af27351c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 24 Apr 2012 11:34:56 -0400 Subject: [PATCH] callcount tweak here, this moved up due to r5b6237e3f068 --- test/aaa_profiling/test_orm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 8d2c374107..0049b4007d 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -91,11 +91,10 @@ class MergeTest(fixtures.MappedTest): @profiling.function_call_count(variance=0.10, versions={'2.5':1050, '2.6':1050, '2.6+cextension':988, - '2.7':1005, + '2.7':1014, '3':1050} ) def go(): - print "GO" p2 = sess2.merge(p1) go() -- 2.47.3