diff --git a/INSTALL b/INSTALL
index 1321c8a53835c7567c9ab0b989815f8d4a13df85..9a6eb583c3611845ddaae32cb96fadf5259631bd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,7 @@ Sauf indiqué, cette procédure prends en compte par défault les distributions
   pear install pear.phpunit.de/PHP_TokenStream
   pear install pear.phpunit.de/Text_Template
   pear install pear.phpunit.de/DbUnit
-
+	pear install pear.phpunit.de/PHPUnit_Selenium
 
 * Récupération des sources
 
diff --git a/library/Class/Notice.php b/library/Class/Notice.php
index cd78b663f76cbd95dcf3763c8dd2cd4eb0d754f5..b01868850c963369da1f821d93f52ac36cd767da 100644
--- a/library/Class/Notice.php
+++ b/library/Class/Notice.php
@@ -253,7 +253,7 @@ class Class_Notice extends Storm_Model_Abstract {
 	}
 
 	public function setUnimarc($unimarc) {
-		$this->getNoticeUnimarc()->setNotice($unimarc, 0);
+		$this->getNoticeUnimarc()->setNotice($unimarc);
 		return parent::setUnimarc($unimarc);
 	}
 
diff --git a/tests/application/modules/opac/controllers/PanierControllerTest.php b/tests/application/modules/opac/controllers/PanierControllerTest.php
index bac7b033a8c8128d448e0159abafc6cc6c1de403..f2b39938d58a6e814d6e44cd62115f558cd46d84 100644
--- a/tests/application/modules/opac/controllers/PanierControllerTest.php
+++ b/tests/application/modules/opac/controllers/PanierControllerTest.php
@@ -162,7 +162,7 @@ class PanierControllerIndexWithPanierIdFifteenTest extends PanierControllerTestC
 
 	/** @test */
 	public function noticeMontespanShouldBeVisible() {
-		$this->assertXPathContentContains('//td', 'Le Montespan');
+		$this->assertXPathContentContains('//td', 'Montespan (Le)');
 	}
 
 
@@ -375,7 +375,7 @@ class PanierControllerExportUnimarcTest extends PanierControllerTestCase {
 
 	/** @test */
 	public function bodyShouldReturnUnimarcISO2709() {
-		$this->assertEquals('00471nam0 22001931  450 200001400000200003200014001000800046010002800054100004100082101000800123102000700131105001800138210002600156215003800182700002200220801002200242902000700264903000600271aLe Montespan1 aMontespan (Le)fJean TeulÂe0507356  a978-2-260-01723-3d22 ?  a20080612d||||    uuuy0frey0103    ba| afre  aFR  ay|||||||000|y  aPariscJulliardd2008  a333 p.cjaq. ill. en coul.d21 cm 1aTeulÂebJean4070 0aFRbBMVc20080612  arh  aG', 
+		$this->assertEquals('00444nam0 22001811  450 0010007000000100028000071000041000351010008000761020007000841050018000912000032001092100026001412150038001677000022002058010022002279020007002499030006002560507356  a978-2-260-01723-3d22 ?  a20080612d||||    uuuy0frey0103    ba| afre  aFR  ay|||||||000|y1 aMontespan (Le)fJean TeulÄA©  aPariscJulliardd2008  a333 p.cjaq. ill. en coul.d21 cm 1aTeulÄA©bJean4070 0aFRbBMVc20080612  arh  ', 
 												$this->_response->getBody());
 	}