diff options
author | xue <> | 2006-01-22 00:17:02 +0000 |
---|---|---|
committer | xue <> | 2006-01-22 00:17:02 +0000 |
commit | 101d1733f1ed5421161ee40c02d91e55ef9eafcb (patch) | |
tree | 855554927c3c25f63c62276e8c1de5db7ab08efd /.gitattributes | |
parent | 0c1b167cebac83e63c05ef780f012d7117ed8b81 (diff) |
Added tests for checkbox with validation.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 70a4a86e..c683b531 100644 --- a/.gitattributes +++ b/.gitattributes @@ -633,6 +633,8 @@ tests/FunctionalTests/protected/pages/Layout.tpl -text tests/FunctionalTests/protected/pages/UI/DatePicker.page -text tests/FunctionalTests/protected/pages/UI/TestTPanelDefaultButton.page -text tests/FunctionalTests/protected/pages/UI/TestTPanelDefaultButton.php -text +tests/FunctionalTests/protected/pages/Validation/CheckBox.page -text +tests/FunctionalTests/protected/pages/Validation/CheckBox.php -text tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page -text tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php -text tests/FunctionalTests/protected/pages/ViewSource.page -text |