Skip to content

Commit

Permalink
patching expected results refs #21, #15768
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 22, 2024
1 parent a3d39e6 commit 7d059af
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
Error: Source taz 'invalid' not known for trip '2'!
Error: Sink taz 'invalid2' not known for trip '2'!
Error: The route for vehicle '2' has no edges.
Error: The route of the vehicle '2' is not known.
Quitting (on error).

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Success.
37 changes: 37 additions & 0 deletions tests/duarouter/trips_geo/geoTrips_taz_ignore/routes.duarouter
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-11-22 12:52:38 by Eclipse SUMO duarouter Version v1_21_0+0915-1d8038abc83
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
<duarouterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">
<input>
<net-file value="input_net.net.xml"/>
<route-files value="input_trips.trips.xml"/>
</input>
<output>
<output-file value="routes.rou.xml"/>
<write-license value="true"/>
<write-trips value="true"/>
</output>
<report>
<xml-validation value="never"/>
<no-step-log value="true"/>
</report>
</duarouterConfiguration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="2" depart="0.00" fromTaz="invalid" toTaz="invalid2" from="beg" to="rend"/>
</routes>

0 comments on commit 7d059af

Please sign in to comment.