Skip to content

Commit

Permalink
add test ref #21 #13987
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Feb 19, 2024
1 parent d7cba1b commit 73945a7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sumo/bugs/13xxx/testsuite.sumo
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ ticket13363

# invalid detector output
ticket13453

# stop on arrival edge with looped route
ticket13987
Empty file.
9 changes: 9 additions & 0 deletions tests/sumo/bugs/13xxx/ticket13987/input_routes.rou.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="veh" depart="0" from="1o" to="3si" via="3si 4si">
<stop lane="3si_0" endPos="50" duration="10"/>
<stop lane="4si_0" endPos="50" duration="10"/>
<stop lane="3si_0" endPos="50" duration="10"/>
</trip>
</routes>
2 changes: 2 additions & 0 deletions tests/sumo/bugs/13xxx/ticket13987/options.sumo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--no-step-log --net-file=net.net.xml
-r input_routes.rou.xml
Empty file.

0 comments on commit 73945a7

Please sign in to comment.