This commit is contained in:
vakrilov
2015-05-05 18:47:48 +03:00
parent 9eb0716562
commit 8d7fb8d3a0

View File

@ -194,7 +194,7 @@ export function test_parse_ShouldParseCustomComponentWitXmlNoJS() {
var panel = <stackLayoutModule.StackLayout>p.content;
var lbl = <labelModule.Label>panel.getChildAt(0);
TKUnit.assert(lbl.text === "mymodulewithxml", "Expected result: 'mymodulewithxml'; Actual result: " + lbl);
TKUnit.assert(lbl.text, "I'm all about taht XML, no JS", "label.text");
};
export function test_parse_ShouldParseCustomComponentWitXmlNoJS_WithAttributes() {