Skip to content

Commit

Permalink
Add test case for GH-1225
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 13, 2025
1 parent 63fb272 commit 3c42d2d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,17 @@ void object::test<10>
0.01 );
}

//
// https://github.com/libgeos/geos/pull/1225
//
template<>
template<>
void object::test<11>
()
{
checkCircle("POLYGON((0 -10,-7.07107 -7.07107,-10 0,-7.07107 7.07107,0 10,7.07107 7.07107,10 0,7.07107 -7.07107,0 -10))",
0.1, 0, 0, 9.2387);
}


} // namespace tut

0 comments on commit 3c42d2d

Please sign in to comment.