[test][expand] Fix invalid expected result.

This commit is contained in:
Adam Wulkiewicz
2016-04-19 15:23:40 +02:00
parent c55aa0e9f5
commit 577e7d1b52

View File

@@ -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)"),