diff -r af85c436048f -r 7a542145832c server/src/tests/Controllers/DocumentListControllerTest.php --- a/server/src/tests/Controllers/DocumentListControllerTest.php Wed Jan 20 16:21:40 2016 +0100 +++ b/server/src/tests/Controllers/DocumentListControllerTest.php Wed Jan 20 16:42:20 2016 +0100 @@ -24,7 +24,7 @@ "-15.77972"^^xsd:float ; "-47.92972"^^xsd:float . - <###h#ttp://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-BOD092_SOUND> a ; + a ; ; "Corpus de la Parole"@fr ; , ; @@ -119,11 +119,11 @@ } public function testShow() { - $res_doc = new EasyRdf\Graph('http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-BOD092_SOUND',DocumentListControllerTest::GET_DOC); + $res_doc = new EasyRdf\Graph('http://corpusdelaparole.huma-num.fr/corpus/res/crdo-BOD092_SOUND',DocumentListControllerTest::GET_DOC); $this->documentRepository ->shouldReceive('get') ->once() - ->andReturn(new Document('http://purl.org/poi/corpusdelaparole.huma-num.fr/crdo-BOD092_SOUND', $res_doc)); + ->andReturn(new Document('http://corpusdelaparole.huma-num.fr/corpus/res/crdo-BOD092_SOUND', $res_doc)); $response = $this->visit('/bo/docs/crdo-BOD092_SOUND');