Skip to content

Commit

Permalink
added test refs #21, #16089
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Jan 24, 2025
1 parent a514086 commit 888f189
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/netgen/random/invalid_value/errors.netgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Error: Option 'random-connectivity' requires a value below 0.999
Quitting (on error).
1 change: 1 addition & 0 deletions tests/netgen/random/invalid_value/exitcode.netgen
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
2 changes: 2 additions & 0 deletions tests/netgen/random/invalid_value/options.netgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--rand -o net.net.xml --rand.iterations=200
--rand.connectivity 1
Empty file.
3 changes: 2 additions & 1 deletion tests/netgen/random/testsuite.netgen
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ random_grid
random_grid2

# avoid geometry-like junctions (even when the default type is traffic_light)
#
#
random_grid_removeGeometry

# different min-distance and max-distance
Expand All @@ -51,3 +51,4 @@ renumber

# add turning lanes
turnlanes
invalid_value

0 comments on commit 888f189

Please sign in to comment.