Fixed bug in GridLayout

Added tests for GridLayout
This commit is contained in:
Hristo Hristov
2016-01-19 10:34:33 +02:00
parent 97738bd45e
commit 20f8f8a852
8 changed files with 1140 additions and 771 deletions

View File

@@ -50,7 +50,8 @@ export function test_loadWithOptionsNoXML() {
var v = builder.load({
path: "~/xml-declaration/mymodule",
name: "MyControl",
exports: exports
exports: exports,
page: new Page()
});
TKUnit.assert(v instanceof view.View, "Expected result: View; Actual result: " + v + ";");