diff options
author | wei <> | 2007-03-30 01:28:43 +0000 |
---|---|---|
committer | wei <> | 2007-03-30 01:28:43 +0000 |
commit | 70744a98444df0583d76f19d4e399a5cc49349b7 (patch) | |
tree | c6b2d57c47197d8a073da09e09011ec2b11e2cac /.gitattributes | |
parent | 3fb25eec92c0c72760c4bf8040efd4b86c446bc6 (diff) |
add test case for #578
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index eaca3230..dffda353 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2405,6 +2405,8 @@ 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/Ticket573.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket578.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket578.php -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 @@ -2433,6 +2435,7 @@ tests/FunctionalTests/tickets/tests/Ticket488TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket521TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket54TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket573TestCase.php -text +tests/FunctionalTests/tickets/tests/Ticket578TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket72TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket93TestCase.php -text tests/FunctionalTests/validators.php -text |