diff --git a/src/app/share/collection/bugs/zigzag.val b/src/app/share/collection/bugs/zigzag.val deleted file mode 100644 index ce43f22cb..000000000 --- a/src/app/share/collection/bugs/zigzag.val +++ /dev/null @@ -1,436 +0,0 @@ - - - - 0.3.8 - cm - - - - zigzag.vit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - -
- -
- - - - - - - - - - -
- - - diff --git a/src/app/share/collection/bugs/zigzag.vit b/src/app/share/collection/bugs/zigzag.vit deleted file mode 100644 index 1d3434779..000000000 --- a/src/app/share/collection/bugs/zigzag.vit +++ /dev/null @@ -1,83 +0,0 @@ - - - - 0.3.3 - false - - cm - 998 - - SELLIER - Anna - 1959-01-01 - female - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/test/ValentinaTest/tst_vabstractpiece.cpp b/src/test/ValentinaTest/tst_vabstractpiece.cpp index 899208315..73f5e143b 100644 --- a/src/test/ValentinaTest/tst_vabstractpiece.cpp +++ b/src/test/ValentinaTest/tst_vabstractpiece.cpp @@ -5158,7 +5158,6 @@ void TST_VAbstractPiece::EquidistantAngleType() const //--------------------------------------------------------------------------------------------------------------------- void TST_VAbstractPiece::CorrectEquidistantPoints_data() const { - // See file zigzag.val QTest::addColumn>("points"); QTest::addColumn>("expect"); QTest::addColumn("removeFirstAndLast"); @@ -5179,22 +5178,6 @@ void TST_VAbstractPiece::CorrectEquidistantPoints_data() const QTest::newRow("Closed seam allowance. Last point equal first.") << points << expect << false; - points.clear(); - points.append(QPointF(-704.5489521643801, 1028.8424328418016)); - points.append(QPointF(-721.4335720065426, -85.24049234531904)); - points.append(QPointF(-707.7852899705758, 755.7064514429209)); - points.append(QPointF(-721.4335720065426, -85.24049234531904)); - points.append(QPointF(-314.78124296268265, -170.7806167067443)); - points.append(QPointF(-283.4579031023758, 1039.1940357173805)); - - expect.clear(); - expect.append(QPointF(-704.5489521643801, 1028.8424328418016)); - expect.append(QPointF(-721.4335720065426, -85.24049234531904)); - expect.append(QPointF(-314.78124296268265, -170.7806167067443)); - expect.append(QPointF(-283.4579031023758, 1039.1940357173805)); - - QTest::newRow("Clearing bad main path.") << points << expect << true; - points.clear(); points.append(VSAPoint(1710.822186539242, -337.9528818897638)); points.append(VSAPoint(2241.0236220472443, -337.9528818897638));