blob: 63a8dec417876dcbd01accb17d7ec2181d023e53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Description: disable network tests
disable network tests to prevent errors on buildsystems
without any networks.
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
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 );
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:
|