Disable test on Windows.
--HG-- branch : release
This commit is contained in:
parent
557ed6ef3c
commit
39f6023519
|
@ -91,9 +91,11 @@ void TST_VAbstractPiece::EquidistantRemoveLoop_data()
|
||||||
// https://bitbucket.org/dismine/valentina/issue/298/segmented-curve-isnt-selected-in-seam
|
// https://bitbucket.org/dismine/valentina/issue/298/segmented-curve-isnt-selected-in-seam
|
||||||
// See file src/app/share/collection/TestPuzzle.val
|
// See file src/app/share/collection/TestPuzzle.val
|
||||||
// Code should clean loops in path.
|
// Code should clean loops in path.
|
||||||
|
#if !defined(Q_OS_WIN)
|
||||||
QTest::newRow("Issue 298. Case1") << InputPointsIssue298Case1()
|
QTest::newRow("Issue 298. Case1") << InputPointsIssue298Case1()
|
||||||
<< 75.59055118110237 // seam allowance width
|
<< 75.59055118110237 // seam allowance width
|
||||||
<< OutputPointsIssue298Case1();
|
<< OutputPointsIssue298Case1();
|
||||||
|
#endif
|
||||||
|
|
||||||
QTest::newRow("Issue 298. Case2") << InputPointsIssue298Case2()
|
QTest::newRow("Issue 298. Case2") << InputPointsIssue298Case2()
|
||||||
<< 37.795275590551185 // seam allowance width
|
<< 37.795275590551185 // seam allowance width
|
||||||
|
|
Loading…
Reference in New Issue
Block a user