From 97bac44bc204078e62c382c5de0292eca9a38489 Mon Sep 17 00:00:00 2001
From: pifantastic <aaron.forsander@gmail.com>
Date: Mon, 14 Mar 2011 14:49:09 -0500
Subject: [PATCH] Issue #739034 by pifantastic: If the search module is enabled the VotingAPI simple test will throw exceptions.

---
 tests/votingapi.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/votingapi.test b/tests/votingapi.test
index 48cb72e..8986c08 100644
--- a/tests/votingapi.test
+++ b/tests/votingapi.test
@@ -15,7 +15,7 @@ class VotingAPITestCase extends DrupalWebTestCase {
   }
 
   function setUp() {
-    parent::setUp('votingapi');
+    parent::setUp('votingapi', 'search');
     // Create a new page
     $node = new stdClass();
     $node->title = '';
-- 
1.6.6.1

