From 0ad0c09511a04ebe837f2acb859d47f2aa4e038a Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Fri, 24 Sep 2010 19:01:03 +0200 Subject: Imported Upstream version 1.6.3 --- dbtests/basictests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbtests/basictests.cpp') diff --git a/dbtests/basictests.cpp b/dbtests/basictests.cpp index 342e982..27f7cdc 100644 --- a/dbtests/basictests.cpp +++ b/dbtests/basictests.cpp @@ -234,7 +234,7 @@ namespace BasicTests { if ( y < 1000 || y > 2500 ){ cout << "sleeptest y: " << y << endl; ASSERT( y >= 1000 ); - ASSERT( y <= 100000 ); + /* ASSERT( y <= 100000 ); */ } } } -- cgit v1.2.3