diff options
Diffstat (limited to 'modules/field/field.test')
-rw-r--r-- | modules/field/field.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/field/field.test b/modules/field/field.test index 01efcecd4..1a348b02c 100644 --- a/modules/field/field.test +++ b/modules/field/field.test @@ -516,10 +516,10 @@ class FieldAttachTestCase extends DrupalWebTestCase { } // Verify that field_attach_validate() invokes the correct - // hook_field_validate. NOTE: This tests the FAPI-connected - // behavior of hook_field_validate. As discussed at - // http://groups.drupal.org/node/18019, field validation will - // eventually be disconnected from FAPI, at which point this + // hook_field_validate. + // TODO: This tests the FAPI-connected behavior of hook_field_validate. + // As discussed at http://groups.drupal.org/node/18019, field validation + // will eventually be disconnected from FAPI, at which point this // function will have to be rewritten. function testFieldAttachValidate() { $entity_type = 'test_entity'; |