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 e183d2e commit 7ddf72e
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 @@ -204,6 +204,18 @@ void object::test<8>
} catch (const util::GEOSException & e) {}
}

//
// 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
Expand Down

0 comments on commit 7ddf72e

Please sign in to comment.