diff --git a/src/test/ValentinaTest/tst_vabstractdetail.cpp b/src/test/ValentinaTest/tst_vabstractdetail.cpp index 3022002ad..ccb824db8 100644 --- a/src/test/ValentinaTest/tst_vabstractdetail.cpp +++ b/src/test/ValentinaTest/tst_vabstractdetail.cpp @@ -55,6 +55,9 @@ void TST_VAbstractDetail::EquidistantRemoveLoop() const //--------------------------------------------------------------------------------------------------------------------- void TST_VAbstractDetail::SumTrapezoids() const { + // Case3 checks that the method 'SumTrapezoids' returns negative value for three clockwise allocated points + // Case4 checks that the method 'SumTrapezoids' returns positive value for three counterclock-wise allocated points + // Case5 checks that the method 'SumTrapezoids' returns 0 for one point Case3(); Case4(); Case5();