From 15102e9960b30c430120d455d5db7f364ed10b42 Mon Sep 17 00:00:00 2001 From: Benoit Maurin Date: Mon, 13 Jan 2025 19:20:44 +0100 Subject: [PATCH] Fix tests --- tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp index 7a7add9254..faf341a64f 100644 --- a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp +++ b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp @@ -172,7 +172,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 ); } @@ -197,7 +197,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