Skip to content

Commit

Permalink
patching expected results refs #21, #14653
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 3, 2024
1 parent d0ff75d commit 091da42
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
15 changes: 10 additions & 5 deletions tests/duarouter/person/personTrip/walk_crossings_tl/alts.duarouter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-04-03 13:31:16 by Eclipse SUMO duarouter Version v1_19_0+1664-2fa8180670f
<!-- generated on 2024-04-03 13:35:49 by Eclipse SUMO duarouter Version v1_19_0+1665-e37f38f07cd
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 All @@ -21,8 +21,13 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<output>
<output-file value="routes.rou.xml"/>
<write-license value="true"/>
<write-costs value="true"/>
</output>
<processing>
<weights.tls-penalty value="10"/>
</processing>
<report>
<xml-validation value="never"/>
<no-step-log value="true"/>
Expand All @@ -33,12 +38,12 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="pFwd" depart="0.00">
<personTrip from="SC" to="CN" walkFactor="0.75" costs="106.34"/>
<personTrip from="SC" to="CN" walkFactor="0.75" costs="116.34"/>
</person>
<person id="pBwd" depart="0.00">
<personTrip from="CN" to="SC" walkFactor="0.75" costs="106.34"/>
<personTrip from="CN" to="SC" walkFactor="0.75" costs="116.34"/>
</person>
<person id="pDiag" depart="0.00">
<personTrip from="SC" to="CW" walkFactor="0.75" costs="125.56"/>
<person id="pDiag" depart="0.00" departPos="-10.00">
<personTrip from="SC" to="CW" departPos="-10.00" walkFactor="0.75" costs="73.18"/>
</person>
</routes>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<personTrip from="CN" to="SC"/>
</person>

<person id="pDiag" depart="0">
<person id="pDiag" depart="0" departPos="-10">
<personTrip from="SC" to="CW"/>
</person>
</routes>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-04-03 13:31:28 by Eclipse SUMO duarouter Version v1_19_0+1664-2fa8180670f
<!-- generated on 2024-04-03 13:35:49 by Eclipse SUMO duarouter Version v1_19_0+1665-e37f38f07cd
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 All @@ -24,6 +24,10 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<write-costs value="true"/>
</output>
<processing>
<weights.tls-penalty value="10"/>
</processing>
<report>
<xml-validation value="never"/>
<no-step-log value="true"/>
Expand All @@ -34,12 +38,12 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="pFwd" depart="0.00">
<walk cost="106.34" edges="SC CN"/>
<walk cost="116.34" edges="SC CN"/>
</person>
<person id="pBwd" depart="0.00">
<walk cost="106.34" edges="CN SC"/>
<walk cost="116.34" edges="CN SC"/>
</person>
<person id="pDiag" depart="0.00">
<walk cost="125.56" edges="SC CW"/>
<person id="pDiag" depart="0.00" departPos="-10.00">
<walk cost="73.18" edges="SC CW"/>
</person>
</routes>

0 comments on commit 091da42

Please sign in to comment.