Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Testing test results for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Dec 7, 2023
1 parent 973ed1f commit da70f08
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/testsuite/libunderpass.all/val-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,16 @@ test_geospatial(std::shared_ptr<Validate> &plugin)
// std::cerr << way->tags["note"] << std::endl;

// Good geometry rectangle
if (way->id == -101790) {
if (!status->hasStatus(badgeom)) {
runtest.pass("Validate::checkWay(good geometry rectangle) [geometry building]");
} else {
runtest.fail("Validate::checkWay(good geometry rectangle) [geometry building]");
}
}
// if (way->id == -101790) {
// if (!status->hasStatus(badgeom)) {
// runtest.pass("Validate::checkWay(good geometry rectangle) [geometry building]");
// } else {
// runtest.fail("Validate::checkWay(good geometry rectangle) [geometry building]");
// }
// }

// Temporary: testing test results for CI
runtest.fail("Validate::checkWay(good geometry rectangle) [geometry building]");

// Good geometry complex rectangle
if (way->id == 838311812) {
Expand Down

0 comments on commit da70f08

Please sign in to comment.