Skip to content

Commit

Permalink
[test][expand] Fix invalid expected result.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Apr 19, 2016
1 parent c55aa0e commit 577e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms/expand_on_spheroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ BOOST_AUTO_TEST_CASE( expand_segment_with_height )
tester::apply("sh01",
from_wkt<B>("BOX(20 20 100,50 50 1000)"),
from_wkt<G>("SEGMENT(10 10 150,40 40 500)"),
10, 10, 100, 50, 50, 1001);
10, 10, 100, 50, 50, 1000);

tester::apply("sh02",
from_wkt<B>("BOX(20 20 100,50 50 1000)"),
Expand Down

0 comments on commit 577e7d1

Please sign in to comment.