Skip to content

Commit

Permalink
added test for signalling indirect left turns, refs. #4252
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Jun 26, 2018
1 parent 45d606f commit aaa8573
Show file tree
Hide file tree
Showing 7 changed files with 508 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Warning: Target lane 'SN2_0' has multiple connections from 'EW1'.
Warning: Target lane 'NS2_0' has multiple connections from 'EW1'.
Warning: Target lane 'NS2_0' has multiple connections from 'WE1'.
Warning: Target lane 'SN2_0' has multiple connections from 'WE1'.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

[Reported by leo at 26Jun15:33:18]
search_string:via=":C_23_0" dir="l" state="m" tl="C" linkIndex="8"
use_regexp:0
trigger_on_absence:1
search_file:net
bug_id:#4252
full_description:#4252
brief_description:#4252

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-s input_net.net.xml -o net.net.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Success.
3 changes: 3 additions & 0 deletions tests/netconvert/inner_lanes/testsuite.netconvert
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ changeWidth_merge2
# split 1 lane into 2 lanes while keeping total width
changeWidth_split2

# Tests if links on internal junctions for indirect left turning bicycles are assigned to the correct traffic light indices
indirect_left_turns_tl_control

# networks that have dedicated bicycle lanes
bicycle_lanes

0 comments on commit aaa8573

Please sign in to comment.