diff options
author | ctrlaltca@gmail.com <> | 2012-04-13 17:00:38 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-04-13 17:00:38 +0000 |
commit | 4bb1e22981b24cb3ab1c4f9b17937f1b58336af5 (patch) | |
tree | fc81dacb6b907a22c29e5dfbc44168314f0788d9 /.gitattributes | |
parent | 303b4603cfb9427046cfbf1958606f4625ab20ad (diff) |
Minor regression fix in TAutoComplete's js;
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 15f87658..94651891 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3865,6 +3865,7 @@ tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php -text tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php -text tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php -text tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php -text +tests/FunctionalTests/selenium.css -text tests/FunctionalTests/tickets.php -text tests/FunctionalTests/tickets/index.php -text tests/FunctionalTests/tickets/index700.php -text |