Fix tests due to updated tolerance

This commit is contained in:
Martin Dobias 2019-02-09 16:41:59 +01:00
parent 673d494941
commit 6fab904cc9

View File

@ -63,7 +63,7 @@ void TestQgsQuickScaleBarKit::identifyOne()
double pointX = -31.208;
double pointY = 20.407999999999998;
double pointX2 = pointX + 1;
double pointX2 = pointX + 0.5;
// add feature
QgsFeature f1( tempLayer->dataProvider()->fields(), 1 );
@ -111,7 +111,7 @@ void TestQgsQuickScaleBarKit::identifyOneDefinedVector()
double pointX = -31.208;
double pointY = 20.407999999999998;
double pointX2 = pointX + 1;
double pointX2 = pointX + 0.5;
// add feature
QgsFeature f1( tempLayer->dataProvider()->fields(), 1 );