From ef682e8b8ee900cef7dc1bc8932bb656fd04e593 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Fri, 24 Jul 2015 09:22:11 +0300 Subject: [PATCH] Fixed a failing test. --- apps/tests/application-tests-common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/application-tests-common.ts b/apps/tests/application-tests-common.ts index e43423f25..513c912a7 100644 --- a/apps/tests/application-tests-common.ts +++ b/apps/tests/application-tests-common.ts @@ -24,7 +24,7 @@ if (app.android) { import TKUnit = require("./TKUnit"); export var testInitialized = function () { - if (android) { + if (global.android) { // we have the android defined TKUnit.assert(app.android, "Application module not properly intialized"); } else if (NSObject) {