From 8a4bf57a87685ba00ba8e76ecde31ae47d70e55f Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Tue, 25 Oct 2011 01:13:53 +0900 Subject: [PATCH] Issue #656838 by catch: interim commit to remove an outdated cache constant in the test. --- tests/memcache-session.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/memcache-session.test b/tests/memcache-session.test index e39abb9..e4da8a0 100644 --- a/tests/memcache-session.test +++ b/tests/memcache-session.test @@ -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); -- GitLab