From 105c99df155daa58dbd807496bb48c6c29f9681f Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Thu, 24 Sep 2015 17:47:20 +0200
Subject: [PATCH] rel #24999 : fix test failure

---
 cosmogramme/tests/php/classes/NoticeUnimarcTest.php | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/cosmogramme/tests/php/classes/NoticeUnimarcTest.php b/cosmogramme/tests/php/classes/NoticeUnimarcTest.php
index caeb75168af..7604a9404cf 100644
--- a/cosmogramme/tests/php/classes/NoticeUnimarcTest.php
+++ b/cosmogramme/tests/php/classes/NoticeUnimarcTest.php
@@ -38,18 +38,6 @@ class NoticeUnimarcThesaurusFieldTest extends ModelTestCase {
 
 /** @see http://forge.afi-sa.fr/issues/24999 */
 class NoticeUnimarcMultipleIsbnTest extends ModelTestCase {
-  public function setUp() {
-    parent::setUp();
-    Storm_Model_Loader::defaultToVolatile();
-  }
-
-
-  public function tearDown() {
-    Storm_Model_Loader::defaultToDb();
-    parent::tearDown();
-  }
-
-
   /** @test */
   public function withTwoIsbnsShouldKeepIsbn13() {
     $type_doc = [['code' => '0',  'label' => '',       'zone_995' => '' ],
-- 
GitLab