]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
bump for py2.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Nov 2007 04:00:44 +0000 (04:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Nov 2007 04:00:44 +0000 (04:00 +0000)
test/profiling/compiler.py

index 6fa4f96590464e3dc3b01a7719a2b364564e5efc..9395fb927bece4a23b24fb766f293573867e730c 100644 (file)
@@ -24,7 +24,7 @@ class CompileTest(AssertMixin):
         t1.update().compile()
 
     # TODO: this is alittle high
-    @profiling.profiled('ctest_select', call_range=(110, 130), always=True)        
+    @profiling.profiled('ctest_select', call_range=(110, 140), always=True)        
     def test_select(self):
         s = select([t1], t1.c.c2==t2.c.c1)
         s.compile()