From ad0423550cc27a7e2b8e1388a74c99348b5dc486 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 10 Dec 2011 23:48:24 -0600 Subject: 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. --- modules/simpletest/tests/upgrade/upgrade.test | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/simpletest/tests') 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; } /** -- cgit v1.2.3