diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-12 08:26:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-12 08:26:15 +0000 |
commit | 47653eae18f8ee69194438cdba0bd0baaffcf6c8 (patch) | |
tree | 64f32783c5169246d2b3b618825e742f31961838 /modules/simpletest/tests/session.test | |
parent | a60a608ed86e8971d77760e9df3a0932efc88d00 (diff) | |
download | brdo-47653eae18f8ee69194438cdba0bd0baaffcf6c8.tar.gz brdo-47653eae18f8ee69194438cdba0bd0baaffcf6c8.tar.bz2 |
- Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent.
Diffstat (limited to 'modules/simpletest/tests/session.test')
-rw-r--r-- | modules/simpletest/tests/session.test | 2 |
1 files changed, 1 insertions, 1 deletions
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); |