Fix STRING_32 issues

This commit is contained in:
hassany
2014-03-19 23:13:16 +01:00
parent 7c5637c063
commit acc8cda04f
12 changed files with 43 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ class
inherit
WSF_VALIDATOR [STRING]
WSF_VALIDATOR [STRING_32]
create
make_own
@@ -23,7 +23,7 @@ feature {NONE}
feature
is_valid (input: STRING): BOOLEAN
is_valid (input: STRING_32): BOOLEAN
do
Result := input.count < 5
end