mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
test name fixed
This commit is contained in:
@ -131,7 +131,7 @@ export var test_request_responseStatusCodeShouldBeDefined = function () {
|
||||
TKUnit.assert(typeof (result.statusCode) !== "undefined", "response.statusCode should be defined!");
|
||||
};
|
||||
|
||||
export var test_request_responseHeadersCodeShouldBeDefined = function () {
|
||||
export var test_request_responseHeadersShouldBeDefined = function () {
|
||||
var result: http_request.HttpResponse;
|
||||
var completed: boolean;
|
||||
var isReady = function () { return completed; }
|
||||
|
Reference in New Issue
Block a user