summarylogtreecommitdiffstats
path: root/outside_tests.cpp.diff
diff options
context:
space:
mode:
authorAlexander Shukaev2015-12-02 01:06:10 +0100
committerAlexander Shukaev2015-12-02 01:06:10 +0100
commit2ddaead60510ace28eddfceb9bdbaedf9d828ead (patch)
treec5eaf7415ea2414f35f05d41d9a9d3f11cbaa82d /outside_tests.cpp.diff
downloadaur-casablanca-git.tar.gz
Initialize
Diffstat (limited to 'outside_tests.cpp.diff')
-rw-r--r--outside_tests.cpp.diff36
1 files changed, 36 insertions, 0 deletions
diff --git a/outside_tests.cpp.diff b/outside_tests.cpp.diff
new file mode 100644
index 000000000000..e12cd7a121af
--- /dev/null
+++ b/outside_tests.cpp.diff
@@ -0,0 +1,36 @@
+diff --git Release/tests/functional/http/client/outside_tests.cpp Release/tests/functional/http/client/outside_tests.cpp
+index e0f4498..679ca74 100644
+--- Release/tests/functional/http/client/outside_tests.cpp
++++ Release/tests/functional/http/client/outside_tests.cpp
+@@ -45,6 +45,7 @@ namespace tests { namespace functional { namespace http { namespace client {
+ SUITE(outside_tests)
+ {
+
++/*
+ TEST_FIXTURE(uri_address, outside_cnn_dot_com)
+ {
+ handle_timeout([]
+@@ -107,6 +108,7 @@ TEST_FIXTURE(uri_address, reading_google_stream)
+ VERIFY_ARE_EQUAL(strcmp((const char *) chars, "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\""), 0);
+ });
+ }
++*/
+
+ TEST_FIXTURE(uri_address, no_transfer_encoding_content_length)
+ {
+@@ -178,6 +180,7 @@ TEST(ignore_server_cert_invalid,
+ }
+ #endif
+
++/*
+ TEST_FIXTURE(uri_address, outside_ssl_json)
+ {
+ // Create URI for:
+@@ -247,6 +250,7 @@ TEST_FIXTURE(uri_address, outside_ssl_json)
+ }
+ });
+ }
++*/
+
+ } // SUITE(outside_tests)
+