diff options
author | xue <> | 2006-01-23 04:38:39 +0000 |
---|---|---|
committer | xue <> | 2006-01-23 04:38:39 +0000 |
commit | 7a3e29d0db0104ae9f4c3a74147e534a943e164c (patch) | |
tree | 3cc080e5b3e1ad79604d5a70a3f5a229cb6820b5 /.gitattributes | |
parent | fa8bbf4b64442b1adbdfa6cdbefd1885969bbbbb (diff) |
Added TTextBox FT
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fee3f5f6..a894be09 100644 --- a/.gitattributes +++ b/.gitattributes @@ -646,6 +646,7 @@ tests/FunctionalTests/quickstart_tests/Controls/ImageTestCase.php -text tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php -text tests/FunctionalTests/quickstart_tests/Controls/PanelTestCase.php -text tests/FunctionalTests/quickstart_tests/Controls/TableTestCase.php -text +tests/FunctionalTests/quickstart_tests/Controls/TextBoxTestCase.php -text tests/FunctionalTests/quickstart_tests/Fundamentals/HangmanTestCase.php -text tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php -text tests/FunctionalTests/selenium/SeleneseRunner.html -text |