summaryrefslogtreecommitdiff
path: root/debian/patches/10_test_network.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-03 07:05:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-03 07:05:57 +0200
commit20ee94cf87975b627e51f84ab6062193acd51745 (patch)
treead3055fe7ccb5c9fdddc710155dc51769ec10cb1 /debian/patches/10_test_network.patch
parentf75243fd6a5c306f5ff9def56d27b667257110d6 (diff)
status form 2014-10-02
Diffstat (limited to 'debian/patches/10_test_network.patch')
-rw-r--r--debian/patches/10_test_network.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/10_test_network.patch b/debian/patches/10_test_network.patch
new file mode 100644
index 0000000..6ca5012
--- /dev/null
+++ b/debian/patches/10_test_network.patch
@@ -0,0 +1,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: