From be58d062f2711f70b2ab4a9ecfca1f9bb901a8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Nov 2014 08:40:27 +0100 Subject: release 0.0.6-1 --- debian/patches/10_test_network.patch | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'debian/patches/10_test_network.patch') 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 ); -- cgit v1.2.3