File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/options/contract Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # Broken see issue #4065
2- @contract @options @edge-weight-updates-over-factor @todo
1+ @contract @options @edge-weight-updates-over-factor
32Feature : osrm-contract command line option: edge-weight-updates-over-factor
43
54 Background : Log edge weight updates over given factor
@@ -22,6 +21,7 @@ Feature: osrm-contract command line option: edge-weight-updates-over-factor
2221
2322 Scenario : Logging weight with updates over factor of 2, long segment
2423 When I run "osrm-extract --profile {profile_file} {osm_file}"
24+ And the data has been partitioned
2525 When I run "osrm-contract --edge-weight-updates-over-factor 2 --segment-speed-file {speeds_file} {processed_file}"
2626 Then stderr should not contain "Speed values were used to update 2 segment(s)"
2727 And stderr should contain "Segment: 1,2"
You can’t perform that action at this time.
0 commit comments