Skip to content

Commit

Permalink
Tweaked a C++ CI test routine
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Aug 15, 2024
1 parent 1e9cb43 commit 270dec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/Tests/TestPolygons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TEST(Clipper2Tests, TestMultiplePolygons)
if (stored_count <= 0)
; // skip count
else if (IsInList(test_number, { 120, 121, 130, 138,
140, 148, 163, 165, 166, 167, 168, 172, 175, 178, 180 }))
140, 148, 163, 165, 166, 167, 168, 172, 173, 175, 178, 180 }))
EXPECT_NEAR(measured_count, stored_count, 5) << " in test " << test_number;
else if (IsInList(test_number, { 27, 181 }))
EXPECT_NEAR(measured_count, stored_count, 2) << " in test " << test_number;
Expand Down

0 comments on commit 270dec6

Please sign in to comment.