From 9b340d09fd9a29cd75884d767a340802f4972882 Mon Sep 17 00:00:00 2001
From: gloas <gloas@git-test.afi-sa.fr>
Date: Mon, 17 Jun 2013 13:53:49 +0000
Subject: [PATCH] Correction test cache js

---
 .../modules/opac/controllers/ProfilOptionsControllerTest.php    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
index 4d1a012ae89..61fceb735c2 100644
--- a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
+++ b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
@@ -158,7 +158,7 @@ class ProfilOptionsControllerProfilAdulteWithCacheTest extends ProfilOptionsCont
 		$this->bootstrap();
 		Class_ScriptLoader::resetInstance();
 		$this->dispatch('/');
-		$this->assertNotXPathContentContains('//script', 'disponibiliteAjaxBaseUrl');
+		$this->assertNotXPathContentContains('//script', 'disponibiliteAjaxBaseUrl=');
 	}
 
 }
-- 
GitLab