blob: 6ca5012a44ec7949f73b5c3b2f1a2d151966b41d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: trunk/test/nsockaddr_test.h
===================================================================
--- trunk.orig/test/nsockaddr_test.h 2014-10-01 10:48:56.499125525 +0200
+++ trunk/test/nsockaddr_test.h 2014-10-01 10:49:17.291557429 +0200
@@ -31,8 +31,8 @@
CPPUNIT_TEST( test_constructor_remote );
CPPUNIT_TEST( test_constructor_fail );
CPPUNIT_TEST( test_constructor_local_any );
- CPPUNIT_TEST( test_constructor_local_service );
- CPPUNIT_TEST( test_constructor_remote_service );
+// CPPUNIT_TEST( test_constructor_local_service );
+// CPPUNIT_TEST( test_constructor_remote_service );
CPPUNIT_TEST_SUITE_END();
public:
|