summaryrefslogtreecommitdiff
path: root/modules/field/field.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-17 03:46:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-17 03:46:51 +0000
commit269de32e8ae5e9175a476e050fdc1f11f1b9f6b7 (patch)
treec2bb0353444f194357f4ae827eca708d7f147e3a /modules/field/field.test
parentec25568c11760cb43fc01ca4eec3b6e0eafd5971 (diff)
downloadbrdo-269de32e8ae5e9175a476e050fdc1f11f1b9f6b7.tar.gz
brdo-269de32e8ae5e9175a476e050fdc1f11f1b9f6b7.tar.bz2
#369562 follow-up by jeffschuler: More trivial field API clean-up.
Diffstat (limited to 'modules/field/field.test')
-rw-r--r--modules/field/field.test8
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';