Skip to content

Commit

Permalink
patching expected results refs #21, #14343
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 15, 2024
1 parent 828e4e0 commit 86a943e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-15 16:25:05 by Eclipse SUMO duarouter Version v1_19_0+1328-b3d883f94db
<!-- generated on 2024-03-15 16:51:24 by Eclipse SUMO duarouter Version v1_19_0+1339-8f4a2a8b738
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 @@ -32,9 +32,4 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="public" depart="4.00">
<stop busStop="bs_2" duration="0.00"/>
<personTrip from="c" to="b" modes="public" departPos="36.28" arrivalPos="40.28" busStop="bs_1" walkFactor="0.75" costs="9223372036854772.00"/>
</person>
</routes>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Warning: No connection between stop 'bs_2' and stop 'bs_1' found.
Error: No route for trip in person 'public'.
Quitting (on error).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Success.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-15 16:25:05 by Eclipse SUMO duarouter Version v1_19_0+1328-b3d883f94db
<!-- generated on 2024-03-15 16:51:24 by Eclipse SUMO duarouter Version v1_19_0+1339-8f4a2a8b738
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 @@ -32,9 +32,4 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="public" depart="4.00">
<stop busStop="bs_2" duration="0.00"/>
<ride busStop="bs_1" lines="line0" intended="v0" depart="300.00"/>
</person>
</routes>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/>

0 comments on commit 86a943e

Please sign in to comment.