From 3f36af04de485a0afa575c17a5d622545e183c75 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Aug 2009 21:53:48 +0000 Subject: - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. --- modules/forum/forum.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 937d8e2db..ee217e5fb 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -136,7 +136,7 @@ class ForumTestCase extends DrupalWebTestCase { $this->assertRaw(t('Updated vocabulary %name.', array('%name' => $title)), t('Vocabulary was edited')); // Grab the newly edited vocabulary. - drupal_static_reset('taxonomy_vocabulary_load_multiple'); + entity_get_controller('taxonomy_vocabulary')->resetCache(); $current_settings = taxonomy_vocabulary_load($vid); // Make sure we actually edited the vocabulary properly. -- cgit v1.2.3