Skip to content

Commit

Permalink
added test refs #14460,
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 5, 2024
1 parent cd5cf07 commit 88f25da
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sumo/sublane_model/bugs/testsuite.sumo
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ ticket12581b

# collision on junction
ticket13101

# crash
ticket14460
Empty file.
11 changes: 11 additions & 0 deletions tests/sumo/sublane_model/bugs/ticket14460/input_routes.rou.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2023-04-22 16:10:27 by Eclipse SUMO netedit Version v1_16_0+2293-eb50ca0
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<!-- Vehicles, persons and containers (sorted by depart) -->
<flow id="f_0" type="DEFAULT_BIKETYPE" begin="0.00" departPosLat="random" end="500.00" period="exp(0.50)">
<route edges="EC CW"/>
</flow>
</routes>
5 changes: 5 additions & 0 deletions tests/sumo/sublane_model/bugs/ticket14460/options.sumo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-n net2.net.xml
-r input_routes.rou.xml
--no-step-log
--lateral-resolution 0.8
--no-internal-links
Empty file.

0 comments on commit 88f25da

Please sign in to comment.