diff options
author | wei <> | 2006-07-22 01:58:33 +0000 |
---|---|---|
committer | wei <> | 2006-07-22 01:58:33 +0000 |
commit | 846f6328a4b9b777da44b1b077a244a5a8d527ce (patch) | |
tree | c025546b3b46779995378689164f0d7782043932 /.gitattributes | |
parent | 9ce14c25940da9162a19ccfd85fb4ba7cce1ef6a (diff) |
add StringLength, multi-byte, check in TRangeValidator
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b64fa5e1..f25805a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1679,6 +1679,7 @@ tests/FunctionalTests/validators/protected/pages/RangeValidatorString.page -text tests/FunctionalTests/validators/protected/pages/RegularExpressionValidator.page -text tests/FunctionalTests/validators/protected/pages/RequiredFieldValidator.page -text tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page -text +tests/FunctionalTests/validators/protected/pages/StringRangeValidator.page -text tests/FunctionalTests/validators/protected/pages/ValidationSummary.page -text tests/FunctionalTests/validators/protected/pages/config.xml -text tests/FunctionalTests/validators/tests/ButtonTestCase.php -text |