diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket605.page | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4b5fec09..f2059a03 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2532,6 +2532,7 @@ tests/FunctionalTests/tickets/protected/pages/Ticket586.page -text tests/FunctionalTests/tickets/protected/pages/Ticket586.php -text tests/FunctionalTests/tickets/protected/pages/Ticket587.page -text tests/FunctionalTests/tickets/protected/pages/Ticket587.php -text +tests/FunctionalTests/tickets/protected/pages/Ticket605.page -text tests/FunctionalTests/tickets/protected/pages/Ticket68.page -text tests/FunctionalTests/tickets/protected/pages/Ticket72.page -text tests/FunctionalTests/tickets/protected/pages/Ticket72.php -text diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket605.page b/tests/FunctionalTests/tickets/protected/pages/Ticket605.page new file mode 100644 index 00000000..34f859b7 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket605.page @@ -0,0 +1,5 @@ +<com:TContent ID="Content">
+
+<com:TDatePicker DateFormat="yyyy-MM-dd" Mode="ImageButton" ID="from" />
+
+</com:TContent>
\ No newline at end of file |