enable voting in voting tests

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@492 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-11-02 09:35:12 +00:00
parent cd3aa1415d
commit b569921136

View file

@ -54,6 +54,7 @@ class VoteTest extends TestBase
public function setUp() public function setUp()
{ {
$GLOBALS['enableVoting'] = true;
//FIXME: create true new instance //FIXME: create true new instance
$this->vs = SemanticScuttle_Service_Factory::get('Vote'); $this->vs = SemanticScuttle_Service_Factory::get('Vote');
$this->vs->deleteAll(); $this->vs->deleteAll();