Package: net-cpp / 3.1.1+dfsg-4

2001_no-tests-that-require-inet-access.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Disable tests that require internet access.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/tests/http_streaming_client_test.cpp
+++ b/tests/http_streaming_client_test.cpp
@@ -704,6 +704,7 @@
     EXPECT_EQ(url, root["url"].asString());
 }
 
+/*
 TEST(StreamingHttpClient, request_can_be_paused_and_resumed)
 {
     using namespace ::testing;
@@ -763,4 +764,4 @@
     if (worker.joinable())
         worker.join();    
 }
-
+*/