From 1c7bca0b6f824dc99101802286a348dcfc71cd01 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 16 Oct 2009 03:47:14 +0000 Subject: #605442 by catch: Add a generic hook_entity_load(). --- modules/taxonomy/taxonomy.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test index 36fbcabec..e7b41599c 100644 --- a/modules/taxonomy/taxonomy.test +++ b/modules/taxonomy/taxonomy.test @@ -757,7 +757,7 @@ class TaxonomyTermFieldTestCase extends TaxonomyWebTestCase { $this->assertRaw(t('test_entity @id has been created.', array('@id' => $id)), t('Entity was created')); // Display the object. - $entity = field_test_entity_load($id); + $entity = field_test_entity_test_load($id); $entities = array($id => $entity); field_attach_prepare_view($entity_type, $entities, 'full'); $entity->content = field_attach_view($entity_type, $entity); -- cgit v1.2.3