Skip to content
Snippets Groups Projects
Commit 8a4bf57a authored by catch's avatar catch
Browse files

Issue #656838 by catch: interim commit to remove an outdated cache constant in the test.

parent 5bff8e5c
Branches
Tags 7.x-0.2 7.x-1.0-rc1
No related merge requests found
......@@ -140,7 +140,7 @@ class MemcacheSessionTestCase extends DrupalWebTestCase {
$this->assertSessionEmpty(TRUE);
// The same behavior is expected when caching is enabled.
variable_set('cache', CACHE_NORMAL);
variable_set('cache', TRUE);
$this->drupalGet('');
$this->assertSessionCookie(FALSE);
$this->assertSessionEmpty(TRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment