From 51ea500d96688b63222177427fc40e6982a5fc4f Mon Sep 17 00:00:00 2001 From: pierre-maraval Date: Wed, 27 Nov 2024 08:21:51 +0100 Subject: [PATCH] =?UTF-8?q?FIX=20:=20suspension=20temporaire=20de=20l'appe?= =?UTF-8?q?l=20=C3=A0=20dat2ppn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/fr/abes/bestppn/service/BestPpnServiceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/fr/abes/bestppn/service/BestPpnServiceTest.java b/src/test/java/fr/abes/bestppn/service/BestPpnServiceTest.java index 6a32586..87b2cfe 100644 --- a/src/test/java/fr/abes/bestppn/service/BestPpnServiceTest.java +++ b/src/test/java/fr/abes/bestppn/service/BestPpnServiceTest.java @@ -347,7 +347,7 @@ void getBestPpnTest04() throws IOException, URISyntaxException { } - @Test + /* @Test @DisplayName("Test 1 printFromDat ") void getBestPpnTest06() throws IOException, BestPpnException, URISyntaxException { String provider = ""; @@ -391,7 +391,7 @@ void getBestPpnTest06() throws IOException, BestPpnException, URISyntaxException // Vérification Assertions.assertEquals("300000002", result.getPpn()); Assertions.assertEquals(DESTINATION_TOPIC.PRINT_PPN_SUDOC, result.getDestination()); - } + }*/ @Test @DisplayName("Test printFromPrint & 0 printFromDat ")