From abff7453115c8e381869c893f034ad2cf0e17297 Mon Sep 17 00:00:00 2001 From: Ricardo Ewert Date: Thu, 17 Oct 2024 10:45:35 +0200 Subject: [PATCH] try to fix test --- .../carriers/analysis/FreightAnalysisEventBasedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribs/freight/src/test/java/org/matsim/freight/carriers/analysis/FreightAnalysisEventBasedTest.java b/contribs/freight/src/test/java/org/matsim/freight/carriers/analysis/FreightAnalysisEventBasedTest.java index 96aab9dfd82..40a043e59f4 100644 --- a/contribs/freight/src/test/java/org/matsim/freight/carriers/analysis/FreightAnalysisEventBasedTest.java +++ b/contribs/freight/src/test/java/org/matsim/freight/carriers/analysis/FreightAnalysisEventBasedTest.java @@ -45,7 +45,7 @@ void runServiceEventTest() throws IOException, URISyntaxException { // as those are two disjunct analysis outputs, which do not depend on each other. (aleks Sep'24) RunFreightAnalysisEventBased analysisEventBased = new RunFreightAnalysisEventBased( - Path.of(IOUtils.extendUrl(SCENARIO_URL, "grid9x9.xml" ).toURI()), + Path.of(IOUtils.extendUrl(SCENARIO_URL, "grid9x9.xml" ).toURI()).toAbsolutePath(), Path.of(testUtils.getInputDirectory() + "in/output_allVehicles.xml"), Path.of(IOUtils.extendUrl(SCENARIO_URL, "singleCarrierFiveActivities.xml" ).toURI()), Path.of(IOUtils.extendUrl(SCENARIO_URL, "vehicleTypes.xml" ).toURI()),