diff options
author | wei <> | 2006-08-12 05:34:54 +0000 |
---|---|---|
committer | wei <> | 2006-08-12 05:34:54 +0000 |
commit | 54d4919e3f1b00b644fa3c107acdf20159a1b154 (patch) | |
tree | 1c3e9cc679d4e08cc4beb06eee6f79838a34cb31 /.gitattributes | |
parent | 6dd529fdc25404da07cf9256d92f2a94985c65fc (diff) |
Update active controls.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 517f327a..e7683983 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1855,6 +1855,14 @@ requirements/messages.txt -text requirements/template-bg.html -text requirements/template-zh.html -text requirements/template.html -text +tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.page -text +tests/FunctionalTests/active-controls/protected/pages/ActiveLinkButtonTest.php -text +tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.page -text +tests/FunctionalTests/active-controls/protected/pages/ActiveListBoxTest.php -text +tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.page -text +tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonListTest.php -text +tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.page -text +tests/FunctionalTests/active-controls/protected/pages/ActiveRadioButtonTest.php -text tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php -text tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl -text tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page -text @@ -1863,6 +1871,10 @@ tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.page -t tests/FunctionalTests/active-controls/protected/pages/ReplaceContentTest.php -text tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.page -text tests/FunctionalTests/active-controls/protected/pages/TextBoxValidationCallback.php -text +tests/FunctionalTests/active-controls/tests/ActiveLinkButtonTestCase.php -text +tests/FunctionalTests/active-controls/tests/ActiveListBoxTestCase.php -text +tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php -text +tests/FunctionalTests/active-controls/tests/ActiveRadioButtonTestCase.php -text tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php -text tests/FunctionalTests/active-controls/tests/ReplaceContentTestCase.php -text tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php -text |