File: 2001_no-tests-that-require-inet-access.patch

package info (click to toggle)
net-cpp 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: cpp: 3,649; ansic: 185; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
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();    
 }
-
+*/