summaryrefslogtreecommitdiff
path: root/modules/forum/forum.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-25 21:53:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-25 21:53:48 +0000
commit3f36af04de485a0afa575c17a5d622545e183c75 (patch)
treeb56543fd9bae1a30aff782b5ce5f333f39edc1fe /modules/forum/forum.test
parentc9c962d80171a8d0e12c28084dded6aac54b3182 (diff)
downloadbrdo-3f36af04de485a0afa575c17a5d622545e183c75.tar.gz
brdo-3f36af04de485a0afa575c17a5d622545e183c75.tar.bz2
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r--modules/forum/forum.test2
1 files changed, 1 insertions, 1 deletions
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.