mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix failing test.
This commit is contained in:
@@ -240,7 +240,7 @@ export var testLoadUpperCaseSrc = function () {
|
||||
helper.goBack();
|
||||
|
||||
if (testFinished) {
|
||||
TKUnit.assert(actualSrc === targetSrc, "args.url should equal '" + targetSrc + "'");
|
||||
TKUnit.assert(actualSrc === targetSrc.toLowerCase(), "args.url should equal '" + targetSrc.toLowerCase() + "'");
|
||||
TKUnit.assert(actualError === undefined, actualError);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user