From 87bc8333233554e0df85f56f5778480496ef1557 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Thu, 7 May 2015 10:34:43 +0300 Subject: [PATCH] Build fix --- apps/tests/xml-declaration/xml-declaration-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/xml-declaration/xml-declaration-tests.ts b/apps/tests/xml-declaration/xml-declaration-tests.ts index 79bcb7ca9..4fba06865 100644 --- a/apps/tests/xml-declaration/xml-declaration-tests.ts +++ b/apps/tests/xml-declaration/xml-declaration-tests.ts @@ -194,7 +194,7 @@ export function test_parse_ShouldParseCustomComponentWitXmlNoJS() { var panel = p.content; var lbl = panel.getChildAt(0); - TKUnit.assert(lbl.text, "I'm all about taht XML, no JS", "label.text"); + TKUnit.assertEqual(lbl.text, "I'm all about taht XML, no JS", "label.text"); }; export function test_parse_ShouldParseCustomComponentWitXmlNoJS_WithAttributes() {