We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46033aa commit 255aa2fCopy full SHA for 255aa2f
1 file changed
tests/unit/algorithm/CGAlgorithms/OrientationIsCCWTest.cpp
@@ -45,7 +45,7 @@ struct test_isccw_data {
45
ensure("WKT must be POLYGON)", poly != nullptr);
46
const geos::geom::CoordinateSequence* cs = poly->getExteriorRing()->getCoordinatesRO();
47
bool actualCCW = Orientation::isCCW(cs);
48
- ensure_equals("CoordinateSequence isCCW", expectedCCW, actualCCW);
+ ensure_equals("CoordinateSequence isCCW", actualCCW, expectedCCW);
49
}
50
51
void
0 commit comments