diff options
author | xue <> | 2006-02-17 20:05:07 +0000 |
---|---|---|
committer | xue <> | 2006-02-17 20:05:07 +0000 |
commit | 35836e45fab30dc4c31a4f51e32b551181e7ec86 (patch) | |
tree | 09c25d6999007e6d8ef07917c287be39596ce678 /.gitattributes | |
parent | 470259a42d63267f67f1404664c9c25ee36fa826 (diff) |
Added test case for ticket #54.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a1bddbb4..1a153e47 100644 --- a/.gitattributes +++ b/.gitattributes @@ -897,9 +897,13 @@ tests/FunctionalTests/tickets/protected/pages/Layout.tpl -text tests/FunctionalTests/tickets/protected/pages/Ticket21.page -text tests/FunctionalTests/tickets/protected/pages/Ticket21.php -text tests/FunctionalTests/tickets/protected/pages/Ticket27.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket54.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php -text +tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl -text tests/FunctionalTests/tickets/protected/pages/config.xml -text tests/FunctionalTests/tickets/tests/Ticket21TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket27TestCase.php -text +tests/FunctionalTests/tickets/tests/Ticket54TestCase.php -text tests/UnitTests/TODO.txt -text tests/UnitTests/framework/Collections/utList.php -text tests/UnitTests/framework/Collections/utMap.php -text |