Skip to content

Commit

Permalink
patching expected results refs #21, #10245
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 1, 2022
1 parent f309cd9 commit 5d1440d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/complex/state/persons/walk/options.complex
Expand Up @@ -4,6 +4,5 @@ input_net.net.xml -r input_routes.rou.xml --save-state.times 50
:
--vehroute-output=vehroutes.xml --no-step-log --no-duration-log -n
input_net.net.xml --load-state state.xml --a input_additional.add.xml
-e 1200

tests/complex/state/runner.py
12 changes: 4 additions & 8 deletions tests/complex/state/persons/walk/vehroutes.complex
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2021-12-07 22:28:21 by Eclipse SUMO sumo Version v1_11_0+0381-be8ec46
<!-- generated on 2022-03-01 15:06:02 by Eclipse SUMO sumo Version v1_12_0+0984-42c4d82
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
Expand All @@ -13,10 +13,6 @@
<vehroute-output value="vehroutes.xml"/>
</output>
<time>
<end value="1200"/>
</time>
<report>
<duration-log.disable value="true"/>
<no-step-log value="true"/>
Expand All @@ -26,15 +22,15 @@
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="walk_route" depart="1.00" arrival="146.00">
<person id="walk_route" depart="1.00" arrival="196.00">
<walk edges="2/1to1/1 3/1to2/1"/>
</person>

<person id="walk_trip" depart="2.00" arrival="745.00">
<person id="walk_trip" depart="2.00" arrival="795.00">
<walk edges="3/1to2/1 1/1to2/1 1/1to0/1"/>
</person>

<person id="walk_route_id" depart="0.00" arrival="1159.00">
<person id="walk_route_id" depart="0.00" arrival="1244.00">
<walk edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>
</person>

Expand Down

0 comments on commit 5d1440d

Please sign in to comment.