From 66ab73072a65d5943b35b6908cf7eae87817017a Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Tue, 29 May 2018 16:03:48 +0200 Subject: [PATCH] Add class CppUnit::TestCaller.testSleep --- cppignore.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppignore.cmd b/cppignore.cmd index 9f52711d4..6c991bb26 100644 --- a/cppignore.cmd +++ b/cppignore.cmd @@ -1,4 +1,4 @@ echo off -set CPPUNIT_IGNORE="class CppUnit::TestCaller.testTimeSync, class CppUnit::TestCaller.testGlob, class CppUnit::TestCaller.testEchoIPv4, class CppUnit::TestCaller.testSendToReceiveFromIPv4, class CppUnit::TestCaller.testPing, class CppUnit::TestCaller.testBigPing, class CppUnit::TestCaller.testProxy, class CppUnit::TestCaller.testProxy, class CppUnit::TestCaller.testReuseSocket, class CppUnit::TestCaller.testInterop, class CppUnit::TestCaller.testTimer, class CppUnit::TestCaller.testFind," +set CPPUNIT_IGNORE="class CppUnit::TestCaller.testTimeSync, class CppUnit::TestCaller.testGlob, class CppUnit::TestCaller.testEchoIPv4, class CppUnit::TestCaller.testSendToReceiveFromIPv4, class CppUnit::TestCaller.testPing, class CppUnit::TestCaller.testBigPing, class CppUnit::TestCaller.testProxy, class CppUnit::TestCaller.testProxy, class CppUnit::TestCaller.testReuseSocket, class CppUnit::TestCaller.testInterop, class CppUnit::TestCaller.testTimer, class CppUnit::TestCaller.testFind, class CppUnit::TestCaller.testSleep, " echo on set CPPUNIT_IGNORE