diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-02 00:01:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-02 00:01:52 +0000 |
commit | a8bfe4c9ec2a2d8eb14cbe4af0afaaaced0a4481 (patch) | |
tree | b14aea30048319254783619bdcdf47422365c483 | |
parent | 88c9a015c16bcfc6312f539c13a320aa40d91aa9 (diff) | |
download | brdo-a8bfe4c9ec2a2d8eb14cbe4af0afaaaced0a4481.tar.gz brdo-a8bfe4c9ec2a2d8eb14cbe4af0afaaaced0a4481.tar.bz2 |
#479200 by yched: Have SimpleTest rebuild node types between test runs.
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 63373b122..f07adff1d 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -1004,6 +1004,7 @@ class DrupalWebTestCase extends DrupalTestCase { default_profile_tasks($task, ''); // Rebuild caches. + node_types_rebuild(); actions_synchronize(); _drupal_flush_css_js(); $this->refreshVariables(); |