diff options
author | wei <> | 2006-01-09 04:39:05 +0000 |
---|---|---|
committer | wei <> | 2006-01-09 04:39:05 +0000 |
commit | 9f2ecd591d5be41bb9dc7b8a0fa144ac35a173bb (patch) | |
tree | 122d77d166d5df687d524173b883d87fd6674c0d /.gitattributes | |
parent | 9c9a2d731fea9679f65904a3a6b72dd78b4253a4 (diff) |
TRequiredFieldValidator works now. See FunctionalTests/index.php in your browser.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 2fe936f8..96106b7e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -545,8 +545,8 @@ tests/FunctionalTests/protected/pages/Home.page -text tests/FunctionalTests/protected/pages/Home.zh_CN.page -text tests/FunctionalTests/protected/pages/I18N/BasicI18N.page -text tests/FunctionalTests/protected/pages/I18N/BasicI18N.php -text -tests/FunctionalTests/protected/runtime/config.cache -text -tests/FunctionalTests/protected/runtime/global.cache -text +tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page -text +tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php -text tests/FunctionalTests/protected/tests/HomePageTest.php -text tests/FunctionalTests/selenium/SeleneseRunner.html -text tests/FunctionalTests/selenium/SeleniumLog.html -text |