From d8d356cddac9baf7f3bd5156bf17bd6978d96ef0 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Tue, 13 Nov 2018 10:37:36 +0100 Subject: [PATCH] dev #79082 fix failures --- tests/library/Class/WebService/NumeriquePremiumTest.php | 7 ++----- tests/library/Class/WebService/NumilogTest.php | 2 +- tests/scenarios/PnbDilicom/PnbDilicomTest.php | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/library/Class/WebService/NumeriquePremiumTest.php b/tests/library/Class/WebService/NumeriquePremiumTest.php index ec09a2e1792..0d824ec35c9 100644 --- a/tests/library/Class/WebService/NumeriquePremiumTest.php +++ b/tests/library/Class/WebService/NumeriquePremiumTest.php @@ -82,9 +82,6 @@ class Class_WebService_NumeriquePremiumHarvestTest extends ModelTestCase { /** @test */ public function urlVignetteShouldBeNumeriquePremiumCom() { - $this->assertEquals('https://www.numeriquepremium.com/docserver/covers/9782841004577_large.jpg', $this->album_politique->getPoster()); - + $this->assertEquals('http://www.numeriquepremium.com/docserver/covers/9782841004577_large.jpg', $this->album_politique->getPoster()); } - -} -?> +} \ No newline at end of file diff --git a/tests/library/Class/WebService/NumilogTest.php b/tests/library/Class/WebService/NumilogTest.php index 34e182d127a..e3f1fb7963b 100644 --- a/tests/library/Class/WebService/NumilogTest.php +++ b/tests/library/Class/WebService/NumilogTest.php @@ -209,7 +209,7 @@ class NumilogCatalogueTest extends AbstractNumilogCatalogueTest { /** @test */ public function posterShouldBeURIJacketURL(){ - $this->assertEquals('https://couverture.numilog.com/9782246804383_GRANDE.jpg', + $this->assertEquals('http://couverture.numilog.com/9782246804383_GRANDE.jpg', $this->_first_album->getPoster()); } diff --git a/tests/scenarios/PnbDilicom/PnbDilicomTest.php b/tests/scenarios/PnbDilicom/PnbDilicomTest.php index b0ede7e2b88..3e19387ef41 100644 --- a/tests/scenarios/PnbDilicom/PnbDilicomTest.php +++ b/tests/scenarios/PnbDilicom/PnbDilicomTest.php @@ -426,7 +426,7 @@ class PnbDilicomOffersParserTest extends PnbDilicomOfferParserTestCase { * @test */ public function secondAlbumUrlOriginShouldBeDilicom($album) { - $this->assertEquals('https://www.dilicom.net', $album->getUrlOrigine()); + $this->assertEquals('http://www.dilicom.net', $album->getUrlOrigine()); } -- GitLab