summaryrefslogtreecommitdiff
path: root/debian/patches/10_test_network.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/10_test_network.patch')
-rw-r--r--debian/patches/10_test_network.patch12
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/patches/10_test_network.patch b/debian/patches/10_test_network.patch
index 63a8dec..bfdcc56 100644
--- a/debian/patches/10_test_network.patch
+++ b/debian/patches/10_test_network.patch
@@ -7,10 +7,14 @@ 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 2014-10-03 13:02:17.703450593 +0200
-+++ trunk/test/nsockaddr_test.h 2014-10-03 13:02:17.699450515 +0200
-@@ -31,8 +31,8 @@
- CPPUNIT_TEST( test_constructor_remote );
+--- 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 );