summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-sal_qa_osl_mutex_osl__Mutex.cxx
blob: fe097f86a625da008acc0bcf495ccf151cd91404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sal/qa/osl/mutex/osl_Mutex.cxx.orig	2016-06-21 21:57:07 UTC
+++ sal/qa/osl/mutex/osl_Mutex.cxx
@@ -729,7 +729,7 @@ namespace osl_ClearableGuard
 
 		myThread.join();
 		
-		ASSERT_TRUE(nSec < 7 && nSec > 1) << "ClearableGuard method: clear";
+		ASSERT_TRUE(nSec <= 7 && nSec > 1) << "ClearableGuard method: clear";
 	}
 	
 	TEST_F(clear, clear_002 )