Skip to content
Snippets Groups Projects
Commit 6132e814 authored by efalcy's avatar efalcy
Browse files

correction tests

git-svn-id: http://afi-forge.afi-sa.fr/svn/opacce/trunk@2528 e3cc70dd-a52f-4065-8a26-0e09943c8c5c
parent b72ea888
No related merge requests found
......@@ -390,7 +390,7 @@ class CmsControllerArticleConcertEditActionTest extends CmsControllerTestCase {
/** @test */
function contenuShouldContainsAndFixedImageURL() {
$this->assertTextAreaContains('contenu',
'http://localhost/afi-opac3/images/truffaz.jpg');
'http://localhost'.BASE_URL.'/images/truffaz.jpg');
}
......@@ -404,7 +404,7 @@ class CmsControllerArticleConcertEditActionTest extends CmsControllerTestCase {
/** @test */
function descriptionShouldContainsAndFixedImageURL() {
$this->assertTextAreaContains('description',
'http://localhost/afi-opac3/images/bonlieu.jpg');
'http://localhost'.BASE_URL.'/images/bonlieu.jpg');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment