@@ -24,19 +24,19 @@ class TestURLSession : XCTestCase {
24
24
//Disabling to avoid https://bugs.swift.org/browse/SR-4677 and a timeout failure
25
25
// ("test_dataTaskWithURL", test_dataTaskWithURL),
26
26
// ("test_dataTaskWithURLRequest", test_dataTaskWithURLRequest),
27
- // ("test_dataTaskWithURLCompletionHandler", test_dataTaskWithURLCompletionHandler),
28
- // ("test_dataTaskWithURLRequestCompletionHandler", test_dataTaskWithURLRequestCompletionHandler),
27
+ ( " test_dataTaskWithURLCompletionHandler " , test_dataTaskWithURLCompletionHandler) ,
28
+ ( " test_dataTaskWithURLRequestCompletionHandler " , test_dataTaskWithURLRequestCompletionHandler) ,
29
29
// ("test_downloadTaskWithURL", test_downloadTaskWithURL),
30
30
// ("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest),
31
- // ("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler),
32
- // ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
31
+ ( " test_downloadTaskWithRequestAndHandler " , test_downloadTaskWithRequestAndHandler) ,
32
+ ( " test_downloadTaskWithURLAndHandler " , test_downloadTaskWithURLAndHandler) ,
33
33
// ("test_finishTaskAndInvalidate", test_finishTasksAndInvalidate),
34
34
// ("test_taskError", test_taskError),
35
35
// ("test_taskCopy", test_taskCopy),
36
- // ("test_cancelTask", test_cancelTask),
37
- // ("test_taskTimeout", test_taskTimeout),
38
- // ("test_verifyRequestHeaders", test_verifyRequestHeaders),
39
- // ("test_verifyHttpAdditionalHeaders", test_verifyHttpAdditionalHeaders),
36
+ ( " test_cancelTask " , test_cancelTask) ,
37
+ ( " test_taskTimeout " , test_taskTimeout) ,
38
+ ( " test_verifyRequestHeaders " , test_verifyRequestHeaders) ,
39
+ ( " test_verifyHttpAdditionalHeaders " , test_verifyHttpAdditionalHeaders) ,
40
40
( " test_timeoutInterval " , test_timeoutInterval) ,
41
41
( " test_customProtocol " , test_customProtocol) ,
42
42
]
0 commit comments