@@ -89,7 +89,7 @@ function DownloadSuite () {
89
89
////////////////////////////////////////////////////////////////////////////////
90
90
/// @brief test http GET
91
91
////////////////////////////////////////////////////////////////////////////////
92
-
92
+ /*
93
93
testGet : function () {
94
94
var result, response = internal.download(buildUrl(""));
95
95
@@ -132,7 +132,7 @@ function DownloadSuite () {
132
132
assertEqual("1", result.parameters["foo"]);
133
133
assertEqual("baz", result.parameters["bar"]);
134
134
},
135
-
135
+ */
136
136
////////////////////////////////////////////////////////////////////////////////
137
137
/// @brief test http GET error
138
138
////////////////////////////////////////////////////////////////////////////////
@@ -179,7 +179,7 @@ function DownloadSuite () {
179
179
////////////////////////////////////////////////////////////////////////////////
180
180
/// @brief test response headers
181
181
////////////////////////////////////////////////////////////////////////////////
182
-
182
+ /*
183
183
testResponseHeaders : function () {
184
184
var result, response = internal.download(buildUrl(""));
185
185
@@ -192,11 +192,11 @@ function DownloadSuite () {
192
192
assertNotEqual(response.headers["connection"], "");
193
193
assertEqual("200 OK", response.headers["http/1.1"]);
194
194
},
195
-
195
+ */
196
196
////////////////////////////////////////////////////////////////////////////////
197
197
/// @brief test request headers
198
198
////////////////////////////////////////////////////////////////////////////////
199
-
199
+ /*
200
200
testRequestHeaders : function () {
201
201
var result, response = internal.download(buildUrl(""),
202
202
"I am broken",
@@ -365,7 +365,7 @@ function DownloadSuite () {
365
365
assertEqual(arangodb.ERROR_BAD_PARAMETER, err.errorNum);
366
366
}
367
367
}
368
-
368
+ */
369
369
} ;
370
370
}
371
371
0 commit comments