Skip to content

Commit

Permalink
patching expected results refs #14349, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 23, 2024
1 parent f447c3f commit 247a300
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/sumo/rail/portion_working/join_front_signal/errors.sumo
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Warning: Teleporting vehicle 't1'; waited too long (yield), lane='d_0', time=369.00.
Warning: Vehicle 't1' ends teleporting on edge 'd2', time=369.00.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-18 15:53:18 by Eclipse SUMO sumo Version v1_19_0+0854-5991308
<!-- generated on 2024-02-23 12:59:01 by Eclipse SUMO sumo Version v1_19_0+0975-b044516
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 @@ -40,6 +40,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="t0" type="splitTrain" lane="b_0" pos="250.00" parking="0" started="62.00" ended="391.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" busStop="B"/>
<stopinfo id="t1" type="splitTrain@t1" lane="b_0" pos="250.00" parking="0" started="390.00" ended="395.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" busStop="B"/>
<stopinfo id="t0" type="splitTrain" lane="b_0" pos="250.00" parking="0" started="62.00" ended="122.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" busStop="B"/>
<stopinfo id="t1" type="splitTrain@t1" lane="b_0" pos="250.00" parking="0" started="90.00" ended="122.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" busStop="B"/>
</stops>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-18 15:53:18 by Eclipse SUMO sumo Version v1_19_0+0854-5991308
<!-- generated on 2024-02-23 12:59:01 by Eclipse SUMO sumo Version v1_19_0+0975-b044516
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 @@ -40,6 +40,6 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
<tripinfo id="t0" depart="0.00" departLane="a_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="391.00" arrivalLane="b_0" arrivalPos="250.00" arrivalSpeed="0.25" duration="391.00" routeLength="401.78" waitingTime="0.00" waitingCount="0" stopTime="329.00" timeLoss="33.06" rerouteNo="1" devices="tripinfo_t0 routing_t0" vType="splitTrain" speedFactor="1.00" vaporized=""/>
<tripinfo id="t1" depart="30.00" departLane="d_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="439.00" arrivalLane="c_0" arrivalPos="191.72" arrivalSpeed="11.25" duration="409.00" routeLength="673.54" waitingTime="301.00" waitingCount="1" stopTime="5.00" timeLoss="359.58" rerouteNo="1" devices="tripinfo_t1 routing_t1" vType="splitTrain@t1" speedFactor="1.00" vaporized=""/>
<tripinfo id="t0" depart="0.00" departLane="a_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="122.00" arrivalLane="b_0" arrivalPos="250.00" arrivalSpeed="0.25" duration="122.00" routeLength="401.78" waitingTime="0.00" waitingCount="0" stopTime="60.00" timeLoss="33.06" rerouteNo="1" devices="tripinfo_t0 routing_t0" vType="splitTrain" speedFactor="1.00" vaporized=""/>
<tripinfo id="t1" depart="30.00" departLane="d_0" departPos="50.10" departSpeed="0.00" departDelay="0.00" arrival="167.00" arrivalLane="c_0" arrivalPos="191.72" arrivalSpeed="11.25" duration="137.00" routeLength="673.64" waitingTime="1.00" waitingCount="1" stopTime="32.00" timeLoss="59.70" rerouteNo="1" devices="tripinfo_t1 routing_t1" vType="splitTrain@t1" speedFactor="1.00" vaporized=""/>
</tripinfos>

0 comments on commit 247a300

Please sign in to comment.