Skip to content

Commit 3a80949

Browse files
author
Vladimir Enchev
committed
test fixed
1 parent 17b53bc commit 3a80949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tests/xml-declaration/xml-declaration-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function test_parse_ShouldParsePlatofmrSpecificProperties() {
135135
var tf = <textFieldModule.TextField>p.content;
136136

137137
if(platform.device.os === platform.platformNames.ios) {
138-
TKUnit.assert(tf.editable === true, "Expected result: false; Actual result: " + tf.editable + "; type: " + typeof (tf.editable));
138+
TKUnit.assert(tf.editable === true, "Expected result: true; Actual result: " + tf.editable + "; type: " + typeof (tf.editable));
139139
} else {
140140
TKUnit.assert(tf.editable === false, "Expected result: false; Actual result: " + tf.editable + "; type: " + typeof (tf.editable));
141141
}

0 commit comments

Comments
 (0)