Skip to content

Commit

Permalink
added test refs #14558, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 20, 2024
1 parent 5333da5 commit 75cd4c5
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-20 16:40:24 by Eclipse SUMO netedit Version v1_19_0+1432-5333da5154a
-->

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<!-- StoppingPlaces -->
<busStop id="bs_0" lane="beg_0" startPos="10" endPos="20"/>
<busStop id="bs_1" lane="end_0" startPos="10" endPos="20"/>
</additional>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="p0" depart="0">
<stop busStop="bs_0" duration="0"/>
<personTrip busStop="bs_0"/>
<personTrip busStop="bs_1" modes="car"/>
</person>
</routes>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--net-file=net.net.xml --route-files=input_routes.rou.xml
--tripinfo-output tripinfos.xml
-a input_additional.add.xml
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-20 16:52:01 by Eclipse SUMO sumo Version v1_19_0+1432-5333da5154a
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
http://www.eclipse.org/legal/epl-v20.html
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="net.net.xml"/>
<route-files value="input_routes.rou.xml"/>
<additional-files value="input_additional.add.xml"/>
</input>
<output>
<write-license value="true"/>
<tripinfo-output value="tripinfos.xml"/>
<vehroute-output.skip-ptlines value="true"/>
</output>
<processing>
<default.speeddev value="0"/>
</processing>
<report>
<xml-validation value="never"/>
<no-step-log value="true"/>
</report>
</configuration>
-->

<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">
<stop duration="0.00" arrival="0.00" arrivalPos="15.00" actType="waiting"/>
<walk depart="0.00" departPos="15.00" arrival="1202.00" arrivalPos="15.00" duration="1202.00" routeLength="1500.00" timeLoss="122.00" maxSpeed="1.39"/>
<stop duration="0.00" arrival="1202.00" arrivalPos="15.00" actType="sameStop"/>
</personinfo>
</tripinfos>
1 change: 1 addition & 0 deletions tests/sumo/devices/rerouting/personTrip/testsuite.sumo
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ carNoRoute

# person must transfer between trains of the same line
pt_looped_need_transfer
car_between_stops
errors

0 comments on commit 75cd4c5

Please sign in to comment.