Changeset 13360
- Timestamp:
- 11/26/08 21:02:38 (1 year ago)
- Files:
-
- branches/1.2/lib/test/sfTesterForm.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/test/sfTesterForm.class.php
r13343 r13360 170 170 if (!$error) 171 171 { 172 $this->tester->fail(sprintf('the submitted form has a "%s" error .', $field));172 $this->tester->fail(sprintf('the submitted form has a "%s" error (%s).', $field, $value)); 173 173 } 174 174 else

