Skip to content

Commit 58d6734

Browse files
committed
Bindings: update test case to use correct extensions
All XML, HTML and JSON views should have a .view.<extension> extension format.
1 parent 2dd375b commit 58d6734

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

javascript/frameworks/ui5/test/lib/Bindings/Bindings.expected

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
| test.js:27:19:33:12 | Early JavaScript property binding: value to {\\n ... } |
55
| test.js:38:48:44:9 | Late JavaScript property binding: value to {\\n ... } |
66
| test.js:48:19:48:42 | Early JavaScript property binding: text to "{/#foo ... label}" |
7-
| test.json:5:9:22:9 | JSON property binding: items to {/Base} |
8-
| test.json:11:17:16:17 | JSON property binding: value to {input} |
9-
| test.json:17:17:20:17 | JSON property binding: content to {path : /input, formatter : ".valueFormatter"} |
107
| test.view.html:5:11:5:31 | XML property binding: data-value to {/input} |
118
| test.view.html:8:11:8:33 | XML property binding: data-content to {/input} |
12-
| test.xml:2:5:2:28 | XML property binding: value to {foo} |
13-
| test.xml:3:5:3:29 | XML property binding: value to {/foo} |
14-
| test.xml:4:5:4:34 | XML property binding: value to {model>foo} |
15-
| test.xml:5:5:5:35 | XML property binding: value to {model>/foo} |
16-
| test.xml:6:5:8:29 | XML context binding: binding to {/root} |
17-
| test.xml:6:5:8:29 | XML property binding: value to {foo} |
18-
| test.xml:9:5:9:70 | XML property binding: value to {path : foo, type : "sap.ui.model.type.String"} |
19-
| test.xml:10:5:10:71 | XML property binding: value to {path : /foo, type : "sap.ui.model.type.String"} |
20-
| test.xml:11:5:11:77 | XML property binding: value to {path : model>/foo, type : "sap.ui.model.type.String"} |
21-
| test.xml:12:5:12:76 | XML property binding: value to {path : model>foo, type : "sap.ui.model.type.String"} |
22-
| test.xml:14:5:22:45 | XML property binding: value to {parts : [{path : foo}, {path : bar/baz}, {path : quux}], formatter : "some.formatter"} |
9+
| test.view.json:5:9:22:9 | JSON property binding: items to {/Base} |
10+
| test.view.json:11:17:16:17 | JSON property binding: value to {input} |
11+
| test.view.json:17:17:20:17 | JSON property binding: content to {path : /input, formatter : ".valueFormatter"} |
12+
| test.view.xml:2:5:2:28 | XML property binding: value to {foo} |
13+
| test.view.xml:3:5:3:29 | XML property binding: value to {/foo} |
14+
| test.view.xml:4:5:4:34 | XML property binding: value to {model>foo} |
15+
| test.view.xml:5:5:5:35 | XML property binding: value to {model>/foo} |
16+
| test.view.xml:6:5:8:29 | XML context binding: binding to {/root} |
17+
| test.view.xml:6:5:8:29 | XML property binding: value to {foo} |
18+
| test.view.xml:9:5:9:70 | XML property binding: value to {path : foo, type : "sap.ui.model.type.String"} |
19+
| test.view.xml:10:5:10:71 | XML property binding: value to {path : /foo, type : "sap.ui.model.type.String"} |
20+
| test.view.xml:11:5:11:77 | XML property binding: value to {path : model>/foo, type : "sap.ui.model.type.String"} |
21+
| test.view.xml:12:5:12:76 | XML property binding: value to {path : model>foo, type : "sap.ui.model.type.String"} |
22+
| test.view.xml:14:5:22:45 | XML property binding: value to {parts : [{path : foo}, {path : bar/baz}, {path : quux}], formatter : "some.formatter"} |

0 commit comments

Comments
 (0)