diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket567/Home2.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket567/Home2.page | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket567/Home2.page b/tests/FunctionalTests/tickets/protected/pages/Ticket567/Home2.page new file mode 100644 index 00000000..ce872c57 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket567/Home2.page @@ -0,0 +1,12 @@ +<com:TContent ID="Content">
+<h2 class="defect">TTranslate Control ignores property Catalogue</h2>
+
+<span id="text1">
+<com:TTranslate>Hello World!</com:TTranslate>
+</span>
+
+<span id="text2">
+<com:TTranslate Catalogue="menu">Hello World!</com:TTranslate>
+</span>
+
+</com:TContent>
\ No newline at end of file |