Skip to content

Commit 36b1db0

Browse files
committed
Bump tolerance in distance area test
1 parent 87145f7 commit 36b1db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsdistancearea.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void TestQgsDistanceArea::measureAreaAndUnits()
335335
area = da.measureArea( polygon.data() );
336336
units = da.areaUnits();
337337
QgsDebugMsg( QString( "measured %1 in %2" ).arg( area ).arg( QgsUnitTypes::toString( units ) ) );
338-
QVERIFY( qgsDoubleNear( area, 184149.37, 0.1 ) );
338+
QVERIFY( qgsDoubleNear( area, 184149.37, 1.0 ) );
339339
QCOMPARE( units, QgsUnitTypes::SquareMeters );
340340

341341
// test converting the resultant area

0 commit comments

Comments
 (0)