From b67c2623ed2151be076cebdec430dda89d8c16c1 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Tue, 19 Jan 2016 10:53:55 +0200 Subject: [PATCH] Added new Page in one test Updated package.json widget version --- apps/tests/xml-declaration/xml-declaration-tests.ts | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/tests/xml-declaration/xml-declaration-tests.ts b/apps/tests/xml-declaration/xml-declaration-tests.ts index d26c50091..fe30755f0 100644 --- a/apps/tests/xml-declaration/xml-declaration-tests.ts +++ b/apps/tests/xml-declaration/xml-declaration-tests.ts @@ -103,7 +103,8 @@ export function test_loadWithOptionsWithXML() { var v = builder.load({ path: "~/xml-declaration/mymodulewithxml", name: "MyControl", - exports: exports + exports: exports, + page: new Page() }); TKUnit.assert(v instanceof view.View, "Expected result: View; Actual result: " + v + ";"); }; diff --git a/package.json b/package.json index 2e8f80724..2746a754a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "1.6.0" + "tns-core-modules-widgets": "1.6.1" }, "nativescript": { "platforms": {