We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b53bc commit 3a80949Copy full SHA for 3a80949
apps/tests/xml-declaration/xml-declaration-tests.ts
@@ -135,7 +135,7 @@ export function test_parse_ShouldParsePlatofmrSpecificProperties() {
135
var tf = <textFieldModule.TextField>p.content;
136
137
if(platform.device.os === platform.platformNames.ios) {
138
- TKUnit.assert(tf.editable === true, "Expected result: false; Actual result: " + tf.editable + "; type: " + typeof (tf.editable));
+ TKUnit.assert(tf.editable === true, "Expected result: true; Actual result: " + tf.editable + "; type: " + typeof (tf.editable));
139
} else {
140
TKUnit.assert(tf.editable === false, "Expected result: false; Actual result: " + tf.editable + "; type: " + typeof (tf.editable));
141
}
0 commit comments