Skip to content

Commit

Permalink
patching expected results refs #21, #14578
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 22, 2024
1 parent a8b0274 commit 8209a5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Warning: Vehicle 'v0' skips stop on lane 'E3_0' time=46.00.
15 changes: 8 additions & 7 deletions tests/sumo/extended/stops/jumps/target_occupied/vehroutes.sumo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-22 12:42:29 by Eclipse SUMO sumo Version v1_19_0+1461-0a85a2e936b
<!-- generated on 2024-03-22 12:45:03 by Eclipse SUMO sumo Version v1_19_0+1465-feed28f541e
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand Down Expand Up @@ -37,16 +37,17 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="v0" depart="0.00" arrival="170.00">
<vehicle id="blocker" type="long" depart="0.00" arrival="304.00">
<route edges="E3"/>
<stop edge="E3" duration="300.00"/>
</vehicle>

<vehicle id="v0" depart="0.00" arrival="348.00">
<route edges="E0 E1 E2 E3 E4 E5"/>
<stop busStop="bs_0" duration="5.00"/>
<stop busStop="bs_1" duration="5.00" jump="10.00"/>
<stop busStop="bs_2" duration="5.00"/>
<stop busStop="bs_3" duration="5.00"/>
</vehicle>

<vehicle id="blocker" type="long" depart="0.00" arrival="304.00">
<route edges="E3"/>
<stop edge="E3" duration="300.00"/>
</vehicle>

</routes>

0 comments on commit 8209a5b

Please sign in to comment.