ZF-10036: Zend_Validate_PostCodeTest present some failures
Description
With the correction made Zend_Validate_PostCode in the issue ZF-8612 r21485.
Some tests present failures are:
testErrorMessageText
Zend_Validate_PostCodeTest::testErrorMessageText
Failed asserting that contains "not appear to be an postal code".
/my_path/tests/Zend/Validate/PostCodeTest.php:185
testSetGetFormat
Zend_Validate_PostCodeTest::testSetGetFormat
Failed asserting that contains "a not empty string".
/my_path/tests/Zend/Validate/PostCodeTest.php:167
testSettingLocalesWithoutPostalCodes
Zend_Validate_PostCodeTest::testSettingLocalesWithoutPostalCodes
Failed asserting that contains "Unable to detect a format".
/my_path/tests/Zend/Validate/PostCodeTest.php:134
Thanks advance
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-06-22T20:01:11.000+0000
Attached the patch to be parse.
Posted by Thomas Weidner (thomas) on 2010-07-04T04:34:58.000+0000
Fixed with r22523