From 269de32e8ae5e9175a476e050fdc1f11f1b9f6b7 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 17 Mar 2009 03:46:51 +0000 Subject: #369562 follow-up by jeffschuler: More trivial field API clean-up. --- modules/field/field.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/field/field.test') 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'; -- cgit v1.2.3