Skip to content

Commit

Permalink
patching expected results refs #21, #16271
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 28, 2025
1 parent 16590ee commit 637b668
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 4 additions & 3 deletions tests/sumo/devices/taxi/bugs/ticket16271/stopinfos.sumo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2025-02-28 13:58:50 by Eclipse SUMO sumo Version v1_22_0+0585-6981afa7342
<!-- generated on 2025-02-28 14:13:36 by Eclipse SUMO sumo Version v1_22_0+0588-4497932d3e2
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 All @@ -21,7 +21,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<output>
<write-license value="true"/>
<vehroute-output value="vehroutes.xml"/>
<tripinfo-output value="tripinfos.xml"/>
<stop-output value="stopinfos.xml"/>
</output>
Expand All @@ -45,5 +45,6 @@ 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="trip_0" type="taxi" lane="D1E1_1" pos="225.98" parking="1" started="1.00" ended="2.00" busStop="B" initialPersons="0" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" blockedDuration="0.00"/>
<stopinfo id="blocker" type="DEFAULT_VEHTYPE" lane="B1C1_1" pos="98.00" parking="0" started="101.00" ended="201.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" blockedDuration="0.00"/>
<stopinfo id="trip_0" type="taxi" lane="B1C1_1" pos="97.22" parking="1" started="100.00" ended="204.00" busStop="A" initialPersons="1" loadedPersons="1" unloadedPersons="1" initialContainers="0" loadedContainers="0" unloadedContainers="0" blockedDuration="0.00"/>
<stopinfo id="trip_0" type="taxi" lane="B1C1_1" pos="97.22" parking="1" started="100.00" ended="204.00" busStop="A" initialPersons="1" loadedPersons="0" unloadedPersons="1" initialContainers="0" loadedContainers="0" unloadedContainers="0" blockedDuration="0.00"/>
<stopinfo id="trip_0" type="taxi" lane="B1C1_1" pos="97.23" parking="1" started="205.00" ended="206.00" busStop="A" initialPersons="0" loadedPersons="1" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" blockedDuration="0.00"/>
</stops>
9 changes: 7 additions & 2 deletions tests/sumo/devices/taxi/bugs/ticket16271/tripinfos.sumo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2025-02-28 14:00:32 by Eclipse SUMO sumo Version v1_22_0+0585-6981afa7342
<!-- generated on 2025-02-28 14:13:36 by Eclipse SUMO sumo Version v1_22_0+0588-4497932d3e2
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 @@ -47,5 +47,10 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<stop duration="0.00" arrival="0.00" arrivalPos="220.98" actType="waiting"/>
<ride waitingTime="2.00" vehicle="trip_0" depart="2.00" arrival="159.00" arrivalPos="97.22" duration="157.00" routeLength="1051.78" timeLoss="19.87"/>
</personinfo>
<tripinfo id="blocker" depart="100.00" departLane="B1C1_1" departPos="98.00" departSpeed="0.00" departDelay="0.00" arrival="218.00" arrivalLane="B1C1_1" arrivalPos="285.60" arrivalSpeed="13.03" duration="118.00" routeLength="187.60" waitingTime="0.00" waitingCount="0" stopTime="100.00" timeLoss="4.00" rerouteNo="0" devices="tripinfo_blocker routing_blocker" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<tripinfo id="blocker" depart="100.00" departLane="B1C1_1" departPos="98.00" departSpeed="0.00" departDelay="0.00" arrival="218.00" arrivalLane="B1C1_1" arrivalPos="285.60" arrivalSpeed="12.67" duration="118.00" routeLength="187.60" waitingTime="0.00" waitingCount="0" stopTime="100.00" timeLoss="4.12" rerouteNo="0" devices="tripinfo_blocker routing_blocker" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/>
<personinfo id="p1" depart="110.00" type="DEFAULT_PEDTYPE" speedFactor="1.00" duration="332.00" waitingTime="96.00" timeLoss="30.49" traveltime="236.00">
<stop duration="0.00" arrival="110.00" arrivalPos="92.23" actType="waiting"/>
<ride waitingTime="96.00" vehicle="trip_0" depart="206.00" arrival="379.00" arrivalPos="142.80" duration="173.00" routeLength="1226.12" timeLoss="23.78"/>
<walk depart="379.00" departPos="142.80" arrival="442.00" arrivalPos="220.98" duration="63.00" routeLength="78.18" timeLoss="6.71" maxSpeed="1.39"/>
</personinfo>
</tripinfos>

0 comments on commit 637b668

Please sign in to comment.