summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-10 23:48:24 -0600
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-10 23:48:24 -0600
commitad0423550cc27a7e2b8e1388a74c99348b5dc486 (patch)
tree212165ee2dd863b67c9802cd28933a76cbb79dea /modules/simpletest/tests
parent09d37840be92e8b99b2fabdd32a9bbb530da99ea (diff)
downloadbrdo-ad0423550cc27a7e2b8e1388a74c99348b5dc486.tar.gz
brdo-ad0423550cc27a7e2b8e1388a74c99348b5dc486.tar.bz2
Issue #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r--modules/simpletest/tests/upgrade/upgrade.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/tests/upgrade/upgrade.test b/modules/simpletest/tests/upgrade/upgrade.test
index 01e1806cd..2602b09a2 100644
--- a/modules/simpletest/tests/upgrade/upgrade.test
+++ b/modules/simpletest/tests/upgrade/upgrade.test
@@ -171,6 +171,7 @@ abstract class UpgradePathTestCase extends DrupalWebTestCase {
$this->variable_set('site_mail', 'simpletest@example.com');
drupal_set_time_limit($this->timeLimit);
+ $this->setup = TRUE;
}
/**