diff options
author | xue <> | 2006-02-14 02:29:31 +0000 |
---|---|---|
committer | xue <> | 2006-02-14 02:29:31 +0000 |
commit | f5e5fddf2b624ba00933b7d22724be1e80741cb2 (patch) | |
tree | 492b31fe4faf811d56d19efb948aec966f73507f /.gitattributes | |
parent | 3e60cbad4b79301ae086ecacbdc63af333532a43 (diff) |
Added datalist FT.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ea2ff882..b9ee5322 100644 --- a/.gitattributes +++ b/.gitattributes @@ -785,6 +785,8 @@ tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php -text tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php -text tests/FunctionalTests/quickstart/Controls/CheckBoxListTestCase.php -text tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php -text +tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php -text +tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php -text tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php -text tests/FunctionalTests/quickstart/Controls/HyperLinkTestCase.php -text tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php -text |