From cc23e2c84fb5addaabf4415910058b3cb47a2e9f Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Mon, 28 May 2018 14:57:52 +0200 Subject: [PATCH] Use develop branch syntax --- appveyor/ignored.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/appveyor/ignored.sh b/appveyor/ignored.sh index bcde4e319..17557e3eb 100644 --- a/appveyor/ignored.sh +++ b/appveyor/ignored.sh @@ -1,12 +1,12 @@ export CPPUNIT_IGNORE="\ - N7CppUnit10TestCallerI8PathTestEE.testExpand \ - N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4 \ - N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4 \ - N7CppUnit10TestCallerI14ICMPClientTestEE.testPing \ - N7CppUnit10TestCallerI14ICMPClientTestEE.testBigPing \ - N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \ - N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \ - N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \ - N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync \ + N7CppUnit10TestCallerI8PathTestEE.testExpand, \ + N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4, \ + N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4, \ + N7CppUnit10TestCallerI14ICMPClientTestEE.testPing, \ + N7CppUnit10TestCallerI14ICMPClientTestEE.testBigPing, \ + N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy, \ + N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy, \ + N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast, \ + N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync, \ "