Skip to content

Commit 04740dc

Browse files
committed
Re-enable edge-weight-updates-over-factor test
1 parent 0f15b48 commit 04740dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/options/contract/edge-weight-updates-over-factor.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Broken see issue #4065
2-
@contract @options @edge-weight-updates-over-factor @todo
1+
@contract @options @edge-weight-updates-over-factor
32
Feature: 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"

0 commit comments

Comments
 (0)