Tweak test message to make it clear that the test can fail when using a proxy
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -479,7 +479,7 @@ IMPORTANT | @@ -479,7 +479,7 @@ IMPORTANT | ||
| 479 | [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:1]]; | 479 | [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:1]]; |
| 480 | 480 | ||
| 481 | // This test may fail if you are using a proxy and it returns a page when you try to connect to a bad port. | 481 | // This test may fail if you are using a proxy and it returns a page when you try to connect to a bad port. |
| 482 | - GHAssertTrue(!request_succeeded && request_didfail,@"Request to resource without listener succeeded but should have failed"); | 482 | + GHAssertTrue(!request_succeeded && request_didfail,@"Request to resource without listener succeeded but should have failed (May fail with proxy!)"); |
| 483 | 483 | ||
| 484 | } | 484 | } |
| 485 | 485 |
-
Please register or login to post a comment