From 7500ee40f48666c71736fd0527aa61974a37209f Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 1 Mar 2012 21:21:29 -0800 Subject: Issue #1264728 by yched, Albert Volkman: Refresh field 'active' state in module_enable() / _disable(). --- modules/taxonomy/taxonomy.test | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/taxonomy') 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')); -- cgit v1.2.3