Disable test PossibleInfiniteClearLoops on Windows.
--HG-- branch : develop
This commit is contained in:
parent
ebe12ba5af
commit
1fffac502d
|
@ -841,6 +841,7 @@ void TST_VAbstractDetail::TestCorrectEquidistantPoints() const
|
|||
Comparison(after, expect);
|
||||
}
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void TST_VAbstractDetail::PossibleInfiniteClearLoops_data() const
|
||||
{
|
||||
|
@ -982,6 +983,7 @@ void TST_VAbstractDetail::PossibleInfiniteClearLoops() const
|
|||
QVector<QPointF> res = VAbstractDetail::CheckLoops(path);
|
||||
Comparison(res, expect);
|
||||
}
|
||||
#endif //#ifndef Q_OS_WIN
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void TST_VAbstractDetail::Case3() const
|
||||
|
|
|
@ -53,8 +53,10 @@ private slots:
|
|||
void CorrectEquidistantPoints() const;
|
||||
void TestCorrectEquidistantPoints_data();
|
||||
void TestCorrectEquidistantPoints() const;
|
||||
#ifndef Q_OS_WIN
|
||||
void PossibleInfiniteClearLoops_data() const;
|
||||
void PossibleInfiniteClearLoops() const;
|
||||
#endif
|
||||
|
||||
private:
|
||||
void Case3() const;
|
||||
|
|
Loading…
Reference in New Issue
Block a user