From a46b631812bf01e568e94ee92463cc4a7d86fab0 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 16 May 2014 11:50:23 +0300 Subject: [PATCH] test updated --- Tests/http-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/http-tests.ts b/Tests/http-tests.ts index 88a26a63a..258b253e8 100644 --- a/Tests/http-tests.ts +++ b/Tests/http-tests.ts @@ -129,7 +129,7 @@ export var test_getImage_fail = function () { var completed: boolean; var isReady = function () { return completed; } - http.getImage({ url: "hgfttp://httpbin.org/get", method: "GET", timeout: 2000 }).fail(function (e) { + http.getImage({ url: "hgfttp://www.google.com/images/errors/logo_sm_2.png", method: "GET", timeout: 2000 }).fail(function (e) { completed = true; result = e; });