Trying to work around typescript's error

This commit is contained in:
Akash Agrawal
2016-05-10 23:26:16 +05:30
parent 7d5953d573
commit 89701515c6

View File

@@ -149,8 +149,8 @@ export function test_loadWithAttributes() {
}
});
TKUnit.assertEqual(v.customAttribute.text, lText, "Expected result: true; Actual result: " + v + ";");
helper.assertViewBackgroundColor(v, lColor, "Expected result: true; Actual result: " + false + ";");
TKUnit.assertEqual(v["customAttribute"]["text"], lText, "Expected result: true; Actual result: " + v + ";");
helper.assertViewBackgroundColor(v, lColor);
};
export function test_parse_ShouldNotCrashWithoutExports() {