diff options
author | wei <> | 2006-08-01 02:18:48 +0000 |
---|---|---|
committer | wei <> | 2006-08-01 02:18:48 +0000 |
commit | a27e42c150fbc19eb848d1d1a73d1dddd713d48f (patch) | |
tree | 33af21cf4f26e09070eac0f525300a3c98d708db | |
parent | d87b6202030b8ddd46c3db834e487a237d9a8c81 (diff) |
Add test for #269
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket269.page | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5ba1c6fb..30614810 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1628,6 +1628,7 @@ tests/FunctionalTests/tickets/protected/pages/Ticket21.page -text tests/FunctionalTests/tickets/protected/pages/Ticket21.php -text tests/FunctionalTests/tickets/protected/pages/Ticket239.page -text tests/FunctionalTests/tickets/protected/pages/Ticket239.php -text +tests/FunctionalTests/tickets/protected/pages/Ticket269.page -text tests/FunctionalTests/tickets/protected/pages/Ticket27.page -text tests/FunctionalTests/tickets/protected/pages/Ticket28.page -text tests/FunctionalTests/tickets/protected/pages/Ticket28.php -text diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket269.page b/tests/FunctionalTests/tickets/protected/pages/Ticket269.page new file mode 100644 index 00000000..fe5721e3 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket269.page @@ -0,0 +1,10 @@ +<com:TContent ID="Content">
+
+ <com:System.I18N.TDateFormat
+ Value="2006-07-05"
+ Culture="de_DE"
+ Pattern="dd.MMMM.yyyy" />
+ <br />
+ <com:TLabel Text="Zurück" />
+
+</com:TContent>
\ No newline at end of file |