Skip to content

Commit

Permalink
patching expected results refs #14427, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 27, 2024
1 parent d267f14 commit d8718ef
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 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-02-27 17:05:12 by Eclipse SUMO duarouter Version v1_19_0+1051-f561ff9
<!-- generated on 2024-02-27 17:13:14 by Eclipse SUMO duarouter Version v1_19_0+1054-ce3f75a
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 @@ -31,4 +31,9 @@ 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"/>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="0" depart="0.00">
<ride from="-24214693#0" to="27445015#4" lines="ANY"/>
<stop edge="27445015#4" endPos="208.69" duration="30.00"/>
</person>
</routes>
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Error: The start edge for person '0' is not known.
Quitting (on error).

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SPDX-License-Identifier: EPL-2.0

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="0" depart="0.00">
<ride fromLonLat="13.522013,52.426592" toLonLat="13.535143,52.432031"/>
<ride fromLonLat="13.522013,52.426592" toLonLat="13.535143,52.432031" lines="ANY"/>
<stop lon="13.535143" lat="52.432031" duration="30"/>
</person>
</routes>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
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-02-27 17:05:12 by Eclipse SUMO duarouter Version v1_19_0+1051-f561ff9
<!-- generated on 2024-02-27 17:13:14 by Eclipse SUMO duarouter Version v1_19_0+1054-ce3f75a
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 @@ -31,4 +31,9 @@ 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"/>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="0" depart="0.00">
<ride from="-24214693#0" to="27445015#4" lines="ANY"/>
<stop edge="27445015#4" endPos="208.69" duration="30.00"/>
</person>
</routes>

0 comments on commit d8718ef

Please sign in to comment.