Skip to content

Commit

Permalink
chore: properly testing TransitStopByIdAccessEgressStopSearch (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchouaki authored Sep 23, 2024
1 parent 83a53fe commit 45fa736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/test/java/org/eqasim/TestSimulationPipeline.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ public void testFeeder() throws IOException, CommandLine.ConfigurationException
"--output-config-path", "melun_test/input/config_feeder.xml",
"--mode-names", "feeder_a,feeder_b",
"--base-drt-modes", "drt_for_feeder_a,drt_for_feeder_b",
"--access-egress-transit-stop-modes", "rail|tram|subway"
"--access-egress-transit-stop-modes", "rail|tram|subway",
"--access-egress-transit-stop-ids", "IDFM:482345.link:305887|IDFM:31170.link:618272|IDFM:462597.link:511974"
});

runMelunSimulation("melun_test/input/config_feeder.xml", "melun_test/output_feeder");
Expand Down

0 comments on commit 45fa736

Please sign in to comment.