summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-03-01 21:21:29 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-03-01 21:21:29 -0800
commit7500ee40f48666c71736fd0527aa61974a37209f (patch)
tree0c22d20e861b1c1e162fd6e2829f95833aa309e0 /modules/taxonomy
parentdf911f3f5081b258eda937c4791eb854fe2720be (diff)
downloadbrdo-7500ee40f48666c71736fd0527aa61974a37209f.tar.gz
brdo-7500ee40f48666c71736fd0527aa61974a37209f.tar.bz2
Issue #1264728 by yched, Albert Volkman: Refresh field 'active' state in module_enable() / _disable().
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test
index 39164190b..b99db8ee2 100644
--- a/modules/taxonomy/taxonomy.test
+++ b/modules/taxonomy/taxonomy.test
@@ -369,7 +369,6 @@ class TaxonomyVocabularyTestCase extends TaxonomyWebTestCase {
field_create_instance($this->instance);
module_disable(array('taxonomy'));
- drupal_flush_all_caches();
require_once DRUPAL_ROOT . '/includes/install.inc';
drupal_uninstall_modules(array('taxonomy'));
module_enable(array('taxonomy'));