From b08511287b3b22fc56e2f041ecbe5b4655dc5fd6 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Tue, 11 Aug 2020 16:01:36 +0200 Subject: [PATCH] - --- .../dhp/oa/graph/dump/DumpJobTest.java | 2 +- .../oa/graph/dump/SplitForCommunityTest.java | 29 ------------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/DumpJobTest.java b/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/DumpJobTest.java index 96935c9d9..d261320d4 100644 --- a/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/DumpJobTest.java +++ b/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/DumpJobTest.java @@ -28,7 +28,7 @@ import eu.dnetlib.dhp.schema.oaf.OtherResearchProduct; import eu.dnetlib.dhp.schema.oaf.Publication; import eu.dnetlib.dhp.schema.oaf.Software; -//@Disabled +@Disabled public class DumpJobTest { private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper(); diff --git a/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/SplitForCommunityTest.java b/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/SplitForCommunityTest.java index 2273290ce..c1478d643 100644 --- a/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/SplitForCommunityTest.java +++ b/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/dump/SplitForCommunityTest.java @@ -30,35 +30,6 @@ public class SplitForCommunityTest { private static final Logger log = LoggerFactory.getLogger(DumpJobTest.class); -// private static CommunityMap map = new CommunityMap(); -// -// static { -// map.put("egi", "EGI Federation"); -// map.put("fet-fp7", "FET FP7"); -// map.put("fet-h2020", "FET H2020"); -// map.put("clarin", "CLARIN"); -// map.put("fam", "Fisheries and Aquaculture Management"); -// map.put("ni", "Neuroinformatics"); -// map.put("mes", "European Marine Scinece"); -// map.put("instruct", "Instruct-Eric"); -// map.put("rda", "Research Data Alliance"); -// map.put("elixir-gr", "ELIXIR GR"); -// map.put("aginfra", "Agricultural and Food Sciences"); -// map.put("dariah", "DARIAH EU"); -// map.put("risis", "RISI"); -// map.put("ee", "SDSN - Greece"); -// map.put("oa-pg", "EC Post-Grant Open Access Pilot"); -// map.put("beopen", "Transport Research"); -// map.put("euromarine", "Euromarine"); -// map.put("ifremer", "Ifremer"); -// map.put("dh-ch", "Digital Humanities and Cultural Heritage"); -// map.put("science-innovation-policy", "Science and Innovation Policy Studies"); -// map.put("covid-19", "COVID-19"); -// map.put("enermaps", "Energy Research"); -// map.put("epos", "EPOS"); -// -// } - @BeforeAll public static void beforeAll() throws IOException { workingDir = Files.createTempDirectory(SplitForCommunityTest.class.getSimpleName());