diff options
author | xue <> | 2006-04-13 12:38:46 +0000 |
---|---|---|
committer | xue <> | 2006-04-13 12:38:46 +0000 |
commit | 9e21d160ead61cd0ed86c16a0668c50b14f58baf (patch) | |
tree | ae52b73597d49737477f4cc2025310b3b9d831ee /.gitattributes | |
parent | 8758ffa08275ec1a38f161e0eb80f8ae6ca403f8 (diff) |
Added test case for Ticket#121.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 403b3cbb..896a6f51 100644 --- a/.gitattributes +++ b/.gitattributes @@ -973,6 +973,8 @@ tests/FunctionalTests/tickets.php -text tests/FunctionalTests/tickets/index.php -text tests/FunctionalTests/tickets/protected/pages/Layout.php -text tests/FunctionalTests/tickets/protected/pages/Layout.tpl -text +tests/FunctionalTests/tickets/protected/pages/Ticket121.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket121.php -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 @@ -982,6 +984,7 @@ tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl -text tests/FunctionalTests/tickets/protected/pages/Ticket72.page -text tests/FunctionalTests/tickets/protected/pages/Ticket72.php -text tests/FunctionalTests/tickets/protected/pages/config.xml -text +tests/FunctionalTests/tickets/tests/Ticket121TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket21TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket27TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket54TestCase.php -text |