From a1a58219c29daf82db425fcdca5ce212d23e4ff8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 25 Jun 2012 13:12:48 -0400 Subject: turn commit_all into an iterative method --- test/aaa_profiling/test_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/aaa_profiling') diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 2058b73c4..d66d2704d 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -70,7 +70,7 @@ class MergeTest(fixtures.MappedTest): # third call, merge object already present. almost no calls. @profiling.function_call_count(variance=0.05, - versions={'2.7':14, '2.6':14, '2.5':15, '3': 15}) + versions={'2.7':15, '2.6':15, '2.5':16, '3': 16}) def go(): return sess2.merge(p2, load=False) p3 = go() -- cgit v1.2.1