Skip to content

Commit

Permalink
wip: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jun 5, 2024
1 parent c2e218c commit ee37762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/SFCGAL/algorithm/Visibility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ BOOST_AUTO_TEST_CASE(testVisibility_PointOnPolygonHole)
std::unique_ptr<Polygon> result(algorithm::visibility(poly, queryPoint));
std::string expectedWkt = "POLYGON((1.0 2.0,0.0 4.0,0.0 0.0,1.0 0.7,0.2 "
"1.8,0.9 1.8,2.2 1.5,3.0 2.0,1.0 2.0))";
std::cout << result->asText() << std::endl;
BOOST_CHECK_EQUAL(result->asText(1), expectedWkt);
}

Expand Down

0 comments on commit ee37762

Please sign in to comment.