Skip to content

Commit

Permalink
patching expected results refs #21, #14819
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 6, 2024
1 parent 2ca765c commit 42a66fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/sumo/devices/taxi/basic/end_of_work/tripinfos.sumo.meso
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-12-21 10:48:33 by Eclipse SUMO sumo Version v1_15_0+1176-c58c473
<!-- generated on 2024-05-06 07:46:19 by Eclipse SUMO sumo Version v1_19_0+2080-b41a18999ec
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 @@ -45,7 +45,7 @@ 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">
<personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.00">
<personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.00" duration="89.00" waitingTime="21.00" timeLoss="0.00" traveltime="89.00">
<ride waitingTime="21.00" vehicle="trip_1" depart="21.00" arrival="110.00" arrivalPos="191.73" duration="89.00" routeLength="1221.73" timeLoss="0.00"/>
</personinfo>
<tripinfo id="trip_0" depart="0.00" departLane="" departPos="0.00" departSpeed="13.89" departDelay="0.00" arrival="149.00" arrivalLane="" arrivalPos="285.60" arrivalSpeed="13.89" duration="149.00" routeLength="573.20" waitingTime="0.00" waitingCount="0" stopTime="1.00" timeLoss="107.00" rerouteNo="1" devices="tripinfo_trip_0 routing_trip_0 taxi_trip_0" vType="taxi" speedFactor="1.00" vaporized="">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-12-21 10:48:33 by Eclipse SUMO sumo Version v1_15_0+1176-c58c473
<!-- generated on 2024-05-06 07:46:19 by Eclipse SUMO sumo Version v1_19_0+2080-b41a18999ec
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 @@ -46,7 +46,7 @@ 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">
<personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.00">
<personinfo id="p0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.00" duration="89.00" waitingTime="21.00" timeLoss="0.00" traveltime="89.00">
<ride waitingTime="21.00" vehicle="trip_1" depart="21.00" arrival="110.00" arrivalPos="191.73" duration="89.00" routeLength="1221.73" timeLoss="0.00"/>
</personinfo>
<tripinfo id="trip_0" depart="0.00" departLane="" departPos="0.00" departSpeed="13.89" departDelay="0.00" arrival="149.00" arrivalLane="" arrivalPos="285.60" arrivalSpeed="13.89" duration="149.00" routeLength="573.20" waitingTime="0.00" waitingCount="0" stopTime="1.00" timeLoss="107.00" rerouteNo="1" devices="vehroute_trip_0 tripinfo_trip_0 routing_trip_0 taxi_trip_0" vType="taxi" speedFactor="1.00" vaporized="">
Expand Down

0 comments on commit 42a66fb

Please sign in to comment.