diff --git a/six/modules/c++/six.sicd/unittests/test_area_plane.cpp b/six/modules/c++/six.sicd/unittests/test_area_plane.cpp index 9ae5a8506..a6f93393e 100644 --- a/six/modules/c++/six.sicd/unittests/test_area_plane.cpp +++ b/six/modules/c++/six.sicd/unittests/test_area_plane.cpp @@ -155,7 +155,8 @@ TEST_CASE(testRotatePlane) const int originalNumSamples = plane.segmentList[0]->getNumSamples(); plane.rotateCCW(); - TEST_ASSERT_EQ(plane.orientation, six::OrientationType::DOWN); + TEST_ASSERT(plane.orientation == + six::OrientationType(six::OrientationType::DOWN)); TEST_ASSERT_EQ(plane.referencePoint.rowCol.row, 8); TEST_ASSERT_EQ(plane.referencePoint.rowCol.col, 1);