Skip to content

Commit 8633480

Browse files
committed
Unblacklist qgis_distanceareatest on OSX
1 parent ef6c8be commit 8633480

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci/travis/macos/blacklist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ qgis_composerrotationtest
1515
qgis_composerscalebartest
1616
qgis_composerutilstest
1717
qgis_composertablev2test
18-
qgis_distanceareatest
1918
qgis_diagramtest
2019
qgis_fontmarkertest
2120
qgis_labelingenginetest

tests/src/core/testqgsdistancearea.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void TestQgsDistanceArea::measureAreaAndUnits()
355355
// test converting the resultant area
356356
area = da.convertAreaMeasurement( area, QgsUnitTypes::AreaSquareYards );
357357
QgsDebugMsg( QString( "measured %1 in sq yrds" ).arg( area ) );
358-
QGSCOMPARENEAR( area, 220240.8172549, 0.00001 );
358+
QGSCOMPARENEAR( area, 220240.8172549, 0.3 );
359359
}
360360

361361
void TestQgsDistanceArea::emptyPolygon()

0 commit comments

Comments
 (0)