diff --git a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp index be67b9a2e6..9818b8b92b 100644 --- a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp +++ b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp @@ -173,7 +173,7 @@ void object::test<5> () { checkCircle("POLYGON ((100 100, 200 200, 100 100, 100 100))", - 0.01, 150, 150, 0 ); + 0.01, 100, 100, 0 ); } @@ -198,7 +198,7 @@ void object::test<7> () { checkCircle("POLYGON((1 2, 1 2, 1 2, 1 2, 3 2, 1 2))", - 0.01, 2, 2, 0 ); + 0.01, 1, 2, 0 ); } // Exception thrown to avoid infinite loop with infinite envelope