define new app path in test

This commit is contained in:
Nicolas Le Goff
2011-12-14 20:12:28 +01:00
parent 6d6d890250
commit 9cc40ff502
12 changed files with 11 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ class Module_RssFeedTest extends PhraseanetWebTestCaseAbstract
public function createApplication()
{
return require dirname(__FILE__) . '/../../classes/module/Root.php';
return require dirname(__FILE__) . '/../../Alchemy/Phrasea/Application/Root.php';
}
public function testAggregatedRss()