Skip to content
Snippets Groups Projects
Commit d26c686d authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'dev/13870'

Conflicts:
	VERSIONS
	cosmogramme/tests/php/classes/NoticeIntegrationTest.php
parents 0a5b406d 58369c0f
Branches
Tags
No related merge requests found
- ticket #15194: Correction intégration caractère € pour quelques notices ISO2709 - ticket #13870: Prise en compte de la répétabilité des genres en zone notice 902
12/08/2014 - v6.49.3 12/08/2014 - v6.49.3
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
- ticket #13648: Correction du décodage de caractères iso2709 pouvant amener à une troncature des zones 330 - ticket #13648: Correction du décodage de caractères iso2709 pouvant amener à une troncature des zones 330
04/08/2014 - v6.49.0 04/08/2014 - v6.49.0
- ticket #12992: Champs personnalisés - ticket #12992: Champs personnalisés
......
...@@ -231,6 +231,7 @@ abstract class NoticeIntegrationSacramentariumTestCase extends NoticeIntegration ...@@ -231,6 +231,7 @@ abstract class NoticeIntegrationSacramentariumTestCase extends NoticeIntegration
$this->notice_integration = new notice_integration(); $this->notice_integration = new notice_integration();
$this->pseudo_notice = $this->notice_integration->traitePseudoNotice(100, $this->pseudo_notice = $this->notice_integration->traitePseudoNotice(100,
$this->sacramentarium->rawToArray()); $this->sacramentarium->rawToArray());
$this->notice_sgbd->ouvrirNotice($this->pseudo_notice['unimarc'], 0); $this->notice_sgbd->ouvrirNotice($this->pseudo_notice['unimarc'], 0);
} }
...@@ -837,7 +838,6 @@ class NoticeIntegrationBearsBeerMicrobibTest extends NoticeIntegrationTestCase { ...@@ -837,7 +838,6 @@ class NoticeIntegrationBearsBeerMicrobibTest extends NoticeIntegrationTestCase {
public function titleShouldBeBears() { public function titleShouldBeBears() {
$this->assertEquals('Bears + beer : formule n°1', $this->assertEquals('Bears + beer : formule n°1',
$this->notice_integration->get_subfield('200', 'a')[0]); $this->notice_integration->get_subfield('200', 'a')[0]);
} }
} }
...@@ -1459,6 +1459,7 @@ class NoticeIntegrationDossier64Test extends NoticeIntegrationTestCase { ...@@ -1459,6 +1459,7 @@ class NoticeIntegrationDossier64Test extends NoticeIntegrationTestCase {
} }
} }
class NoticeIntegrationGenreMultiple902Test extends NoticeIntegrationTestCase { class NoticeIntegrationGenreMultiple902Test extends NoticeIntegrationTestCase {
public function setUp() { public function setUp() {
parent::setUp(); parent::setUp();
......
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