Fixed a failing test.

This commit is contained in:
Rossen Hristov
2015-07-24 09:22:11 +03:00
parent 548ea66d37
commit ef682e8b8e

View File

@ -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) {