From 9243c253c8a1574ec82da6785a354056e594bd04 Mon Sep 17 00:00:00 2001 From: tschlenther Date: Wed, 7 Feb 2024 15:40:52 +0100 Subject: [PATCH] fix path. TODO: stops files are (over)written next to input config. this does not work for CI --- src/test/java/org/matsim/run/RunLeipzigIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/matsim/run/RunLeipzigIntegrationTest.java b/src/test/java/org/matsim/run/RunLeipzigIntegrationTest.java index 098485b5..b943ee06 100644 --- a/src/test/java/org/matsim/run/RunLeipzigIntegrationTest.java +++ b/src/test/java/org/matsim/run/RunLeipzigIntegrationTest.java @@ -40,7 +40,7 @@ public final void runPoint1pctIntegrationTest() { ConfigUtils.addOrGetModule(config, SimWrapperConfigGroup.class).defaultDashboards = SimWrapperConfigGroup.Mode.disabled; MATSimApplication.execute(RunLeipzigScenario.class, config, "run", "--1pct", "--slow-speed-area", stadtShp, - "--slow-speed-relative-change", "0.5","--drt-area", stadtShp, "--post-processing", "disabled" + "--slow-speed-relative-change", "0.5","--drt-area", flexaShp, "--post-processing", "disabled" ); assertThat(output)