Commit 23fcb8e9 23fcb8e9c48db39a989a56271a2e015e81bcdaf7 by Laurent Jouanneau

Reactivate some tests about http status for PhantomJS 1.9.2+

1 parent d8a82e11
......@@ -27,7 +27,9 @@ casper.test.begin("HTTP status code handling", 163, {
this.testCodes.push(118);
}
if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) {
if (utils.ltVersion(phantom.version, '1.9.0')
|| utils.gteVersion(phantom.version, '1.9.2')
|| isGecko) {
// https://github.com/ariya/phantomjs/issues/11163
this.testCodes = this.testCodes.concat([
400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413,
......