diff options
Diffstat (limited to 'modules/poll/poll.test')
-rw-r--r-- | modules/poll/poll.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.test b/modules/poll/poll.test index 365a1861d..32ffd75bc 100644 --- a/modules/poll/poll.test +++ b/modules/poll/poll.test @@ -375,7 +375,7 @@ class PollVoteCheckHostname extends PollTestCase { // Enable page cache to verify that the result page is not saved in the // cache when anonymous voting is allowed. - variable_set('cache', CACHE_NORMAL); + variable_set('cache', 1); // Create poll. $title = $this->randomName(); |