Skip to content

Commit

Permalink
patching expected results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 12, 2024
1 parent 20e05db commit 32becf4
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
4 changes: 4 additions & 0 deletions tests/sumo/errors/missing_first_param/errors.sumo.meso.gui
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Error: The parameter 'stdout' is not allowed in this context.
Switch or parameter name expected.
Error: Could not parse commandline options.
Quitting (on error).
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Loading net-file from 'net.net.xml' ... done (2ms).
Loading done.
Simulation started with time: 0.00.
Simulation ended at time: 0.00
Performance:
Duration: 0.09s
Real time factor: 0
UPS: 0.000000
Vehicles:
Inserted: 0
Running: 0
Waiting: 0
Statistics (avg of 0):
RouteLength: 0.00
Speed: 0.00
Duration: 0.00
WaitingTime: 0.00
TimeLoss: 0.00
DepartDelay: 0.00

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Loading net-file from 'net.net.xml' ... done (1ms).
Loading done.
Simulation started with time: 0.00.
Simulation ended at time: 0.00
Performance:
Duration: 0.09s
Real time factor: 0
UPS: 0.000000
Vehicles:
Inserted: 0
Running: 0
Waiting: 0
Statistics (avg of 0):
RouteLength: 0.00
Speed: 0.00
Duration: 0.00
WaitingTime: 0.00
TimeLoss: 0.00
DepartDelay: 0.00

11 changes: 7 additions & 4 deletions tests/sumo/rail/headonconflict/railsignalblocks.sumo.meso
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on Thu Sep 3 17:20:08 2020 by Eclipse SUMO sumo Version v1_6_0+1961-95c187100c
<!-- generated on 2024-03-12 07:40:23 by Eclipse SUMO sumo Version v1_19_0+1221-3e3806f853b
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
SPDX-License-Identifier: EPL-2.0
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>
Expand All @@ -26,12 +31,10 @@ SPDX-License-Identifier: EPL-2.0
<processing>
<default.speeddev value="0"/>
<pedestrian.model value="nonInteracting"/>
</processing>
<report>
<xml-validation value="never"/>
<xml-validation.routes value="never"/>
<duration-log.disable value="true"/>
<no-step-log value="true"/>
</report>
Expand Down

0 comments on commit 32becf4

Please sign in to comment.