Split out from the following issue:
https://casablanca.codeplex.com/workitem/354/edit
Basically the problem is some of our http_client tests (the outside tests) rely on an external server. However it is possible for the page to have moved and the redirection to occur. Out http_client doesn't automatically perform redirection on all platforms so this can cause the tests to fail because it is expected a 200 HTTP status code.
Steve
Comments: thanks! unfortunately we already disable this kind of tests, because builders have no internet access. so the end user has for sure this bug.
https://casablanca.codeplex.com/workitem/354/edit
Basically the problem is some of our http_client tests (the outside tests) rely on an external server. However it is possible for the page to have moved and the redirection to occur. Out http_client doesn't automatically perform redirection on all platforms so this can cause the tests to fail because it is expected a 200 HTTP status code.
Steve
Comments: thanks! unfortunately we already disable this kind of tests, because builders have no internet access. so the end user has for sure this bug.