Skip to content

Commit

Permalink
adapting more meso state tests, refs eclipse-sumo#21 eclipse-sumo#7500
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 14, 2020
1 parent f6c630f commit ead8f86
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 277 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on Thu Nov 29 15:36:49 2018 by Eclipse SUMO Version v1_0_1+0645-93703db
<!-- generated on Wed Oct 14 12:42:19 2020 by Eclipse SUMO sumo Version v1_7_0+0592-51838c0a76
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 @@ -26,6 +26,7 @@ SPDX-License-Identifier: EPL-2.0
<report>
<xml-validation value="never"/>
<xml-validation.routes value="never"/>
<duration-log.disable value="true"/>
<no-step-log value="true"/>
</report>
Expand All @@ -46,35 +47,29 @@ SPDX-License-Identifier: EPL-2.0
<stop busStop="bs3" duration="10.00"/>
</vehicle>

<vehicle id="wrong1" depart="100.00" arrival="176.00">
<vehicle id="wrong1" depart="100.00" arrival="166.00">
<route edges="beg end"/>
<stop busStop="bs0" duration="10.00"/>
<stop busStop="bs1" duration="10.00"/>
<stop busStop="bs2" duration="10.00"/>
<stop busStop="bs3" duration="10.00"/>
</vehicle>

<vehicle id="wrong2" depart="200.00" arrival="276.00">
<vehicle id="wrong2" depart="200.00" arrival="266.00">
<route edges="beg end"/>
<stop busStop="bs0" duration="10.00"/>
<stop busStop="bs1" duration="10.00"/>
<stop busStop="bs2" duration="10.00"/>
<stop busStop="bs3" duration="10.00"/>
</vehicle>

<vehicle id="wrong3" depart="300.00" arrival="376.00">
<vehicle id="wrong3" depart="300.00" arrival="366.00">
<route edges="beg end"/>
<stop busStop="bs0" duration="10.00"/>
<stop busStop="bs1" duration="10.00"/>
<stop busStop="bs2" duration="10.00"/>
<stop busStop="bs3" duration="10.00"/>
</vehicle>

<vehicle id="wrong_all" depart="400.00" arrival="476.00">
<vehicle id="wrong_all" depart="400.00" arrival="446.00">
<route edges="beg end"/>
<stop busStop="bs0" duration="10.00"/>
<stop busStop="bs1" duration="10.00"/>
<stop busStop="bs2" duration="10.00"/>
<stop busStop="bs3" duration="10.00"/>
</vehicle>

Expand Down
Loading

0 comments on commit ead8f86

Please sign in to comment.