Added note about test case file.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-01-11 13:59:57 +02:00
parent ff03f67663
commit ebe12ba5af

View file

@ -969,6 +969,7 @@ void TST_VAbstractDetail::PossibleInfiniteClearLoops_data() const
expect << QPointF(-670.6449010946802, 2024.3149606299214);
expect << QPointF(-670.6449010946802, 2024.3149606299214);
// See the file "collection/bugs/possible_inf_loop.val"
QTest::newRow("Possible infinite loop") << path << expect;
}