mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 20:42:10 +00:00
[test][expand] Fix invalid expected result.
This commit is contained in:
@@ -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)"),
|
||||
|
||||
Reference in New Issue
Block a user