diff options
author | wei <> | 2007-03-30 00:19:53 +0000 |
---|---|---|
committer | wei <> | 2007-03-30 00:19:53 +0000 |
commit | 22b818afcda89e60a1bee299f19d8ff827097e97 (patch) | |
tree | c5e5a75bebffad1ba4668c26a94819a09c3e3ae0 /tests/FunctionalTests/tickets/protected/pages/Ticket567/config.xml | |
parent | df61f326572b0429c2b289da5fb7b6b5d9592a73 (diff) |
add test case for #567
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket567/config.xml')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket567/config.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket567/config.xml b/tests/FunctionalTests/tickets/protected/pages/Ticket567/config.xml new file mode 100644 index 00000000..8d6535f3 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket567/config.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <paths>
+ <using namespace="System.I18N.*" />
+ </paths>
+ <modules>
+ <module id="globalization" class="TGlobalization">
+ <translation type="XLIFF"
+ source="Application.pages.Ticket567"
+ catalogue="messages"
+ />
+ </module>
+ </modules>
+
+ <pages MasterClass="Application.pages.Layout" />
+</configuration>
\ No newline at end of file |