Fix place marker number.
This commit is contained in:
parent
6ddefa9d99
commit
7f6231f480
|
@ -299,7 +299,7 @@ void AbstractTest::ComparePathsDistance(const QVector<QPointF> &ekv, const QVect
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void AbstractTest::ComparePointsDistance(const QPointF &result, const QPointF &expected, qreal testAccuracy) const
|
void AbstractTest::ComparePointsDistance(const QPointF &result, const QPointF &expected, qreal testAccuracy) const
|
||||||
{
|
{
|
||||||
const QString msg = QStringLiteral("Actual '%2;%3', Expected '%4;%5'. Distance between points %6 mm.")
|
const QString msg = QStringLiteral("Actual '%1;%2', Expected '%3;%4'. Distance between points %5 mm.")
|
||||||
.arg(result.x())
|
.arg(result.x())
|
||||||
.arg(result.y())
|
.arg(result.y())
|
||||||
.arg(expected.x())
|
.arg(expected.x())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user