Skip to content

Commit

Permalink
patching expected results refs #21, #10860
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Jun 1, 2022
1 parent e8e457c commit 5533ea6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-06-01 17:50:48 by Eclipse SUMO GUI Version v1_13_0+0545-e334059
<!-- generated on 2022-06-01 17:55:42 by Eclipse SUMO sumo Version v1_13_0+0547-0640838
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 @@ -44,4 +44,5 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<stops xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/stopinfo_file.xsd">
<stopinfo id="bus" type="bus" lane="SC_0" pos="40.00" parking="0" started="1.00" ended="11.00" delay="-1.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
<stopinfo id="bus" type="bus" lane="CN_0" pos="80.00" parking="0" started="25.00" ended="35.00" delay="-1.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
<stopinfo id="bus" type="bus" lane="CN_0" pos="40.00" parking="0" started="97.00" ended="107.00" delay="-1.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0"/>
</stops>
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-06-01 17:50:48 by Eclipse SUMO GUI Version v1_13_0+0545-e334059
<!-- generated on 2022-06-01 17:55:42 by Eclipse SUMO sumo Version v1_13_0+0547-0640838
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 @@ -42,13 +42,11 @@ 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="bus" type="bus" depart="0.00" departPos="40.00" arrivalPos="85.00" arrival="36.00">
<routeDistribution>
<route replacedOnEdge="SC" reason="device.rerouting" replacedAtTime="15.00" probability="0" edges="SC CN NC CN"/>
<route edges="SC CN"/>
</routeDistribution>
<vehicle id="bus" type="bus" depart="0.00" departPos="40.00" arrivalPos="85.00" arrival="112.00">
<route edges="SC CN NC CN"/>
<stop edge="SC" endPos="40.00" duration="10.00"/>
<stop edge="CN" endPos="80.00" duration="10.00"/>
<stop edge="CN" endPos="40.00" duration="10.00"/>
</vehicle>

</routes>

0 comments on commit 5533ea6

Please sign in to comment.