diff --git a/cake/tests/cases/libs/view/helpers/form.test.php b/cake/tests/cases/libs/view/helpers/form.test.php index 7f6647631..13c720cc5 100644 --- a/cake/tests/cases/libs/view/helpers/form.test.php +++ b/cake/tests/cases/libs/view/helpers/form.test.php @@ -305,6 +305,12 @@ class FormHelperTest extends CakeTestCase { $this->assertEqual($result, $fields); } + function testPasswordValidation() { + $this->Form->validationErrors['Contact']['password'] = 'Please provide a password'; + $result = $this->Form->input('Contact.password'); + $this->assertPattern('/