From 577e7d1b52e90121c69d6ded1cd4318d450bcc45 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Tue, 19 Apr 2016 15:23:40 +0200 Subject: [PATCH] [test][expand] Fix invalid expected result. --- test/algorithms/expand_on_spheroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/algorithms/expand_on_spheroid.cpp b/test/algorithms/expand_on_spheroid.cpp index 147723f14..40426469d 100644 --- a/test/algorithms/expand_on_spheroid.cpp +++ b/test/algorithms/expand_on_spheroid.cpp @@ -715,7 +715,7 @@ BOOST_AUTO_TEST_CASE( expand_segment_with_height ) tester::apply("sh01", from_wkt("BOX(20 20 100,50 50 1000)"), from_wkt("SEGMENT(10 10 150,40 40 500)"), - 10, 10, 100, 50, 50, 1001); + 10, 10, 100, 50, 50, 1000); tester::apply("sh02", from_wkt("BOX(20 20 100,50 50 1000)"),