From 47653eae18f8ee69194438cdba0bd0baaffcf6c8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 12 May 2010 08:26:15 +0000 Subject: - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. --- modules/simpletest/tests/session.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests/session.test') diff --git a/modules/simpletest/tests/session.test b/modules/simpletest/tests/session.test index 7caecbe98..1b74405fd 100644 --- a/modules/simpletest/tests/session.test +++ b/modules/simpletest/tests/session.test @@ -140,7 +140,7 @@ class SessionTestCase extends DrupalWebTestCase { $this->assertSessionEmpty(TRUE); // The same behavior is expected when caching is enabled. - variable_set('cache', CACHE_NORMAL); + variable_set('cache', 1); $this->drupalGet(''); $this->assertSessionCookie(FALSE); $this->assertSessionEmpty(TRUE); -- cgit v1.2.3