Description: disable network tests disable network tests to prevent errors on buildsystems without any networks. Author: Jörg Frings-Fürst Last-Update: 2014-10-03 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/test/nsockaddr_test.h =================================================================== --- trunk.orig/test/nsockaddr_test.h +++ trunk/test/nsockaddr_test.h @@ -28,11 +28,11 @@ class nsockaddr_test : public CppUnit::T // setup the test suite CPPUNIT_TEST_SUITE( nsockaddr_test ); CPPUNIT_TEST( test_constructor_localhost ); - CPPUNIT_TEST( test_constructor_remote ); +// 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: