diff options
author | xue <> | 2006-02-14 14:39:23 +0000 |
---|---|---|
committer | xue <> | 2006-02-14 14:39:23 +0000 |
commit | 45dc5224f9b2eb5f9c24d4eecda2d8a1f6ac5d8c (patch) | |
tree | 212a7e02a2425506f082901b828723d7c51efe99 /.gitattributes | |
parent | 8b40c8f460b1f6b3cdfa6aef0e7845cefe2fa5be (diff) |
Added changing page size to the datagrid demo and two more FT.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index dcde542b..392e37c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -788,6 +788,8 @@ tests/FunctionalTests/quickstart/Controls/CheckBoxTestCase.php -text tests/FunctionalTests/quickstart/Controls/DataGrid1TestCase.php -text tests/FunctionalTests/quickstart/Controls/DataGrid2TestCase.php -text tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php -text +tests/FunctionalTests/quickstart/Controls/DataGrid4TestCase.php -text +tests/FunctionalTests/quickstart/Controls/DataGrid6TestCase.php -text tests/FunctionalTests/quickstart/Controls/DataList1TestCase.php -text tests/FunctionalTests/quickstart/Controls/DataList2TestCase.php -text tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php -text |