diff options
author | tof <> | 2007-07-19 12:20:24 +0000 |
---|---|---|
committer | tof <> | 2007-07-19 12:20:24 +0000 |
commit | c20d7eed7c840fbc3224a468356ba47e8d305f03 (patch) | |
tree | 7605a0097771714ebc6dd7c983e8cd2a75c9c888 /.gitattributes | |
parent | 42f0baae8fb39be2dd7a4c5c377f23c3f56fc865 (diff) |
Add functional test for Ticket #592
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3d890f20..fc421b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2612,6 +2612,8 @@ tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.page -text tests/FunctionalTests/tickets/protected/pages/Ticket587_reopened.php -text tests/FunctionalTests/tickets/protected/pages/Ticket591.page -text tests/FunctionalTests/tickets/protected/pages/Ticket591.php -text +tests/FunctionalTests/tickets/protected/pages/Ticket592.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket592.php -text tests/FunctionalTests/tickets/protected/pages/Ticket593.page -text tests/FunctionalTests/tickets/protected/pages/Ticket598.page -text tests/FunctionalTests/tickets/protected/pages/Ticket598.php -text @@ -2667,6 +2669,7 @@ tests/FunctionalTests/tickets/tests/Ticket578TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket585TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket586TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket587TestCase.php -text +tests/FunctionalTests/tickets/tests/Ticket592TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket653TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket659TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket72TestCase.php -text |