Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unblacklist qgis_distanceareatest on OSX
  • Loading branch information
nyalldawson committed Apr 29, 2017
1 parent ef6c8be commit 8633480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .ci/travis/macos/blacklist.txt
Expand Up @@ -15,7 +15,6 @@ qgis_composerrotationtest
qgis_composerscalebartest
qgis_composerutilstest
qgis_composertablev2test
qgis_distanceareatest
qgis_diagramtest
qgis_fontmarkertest
qgis_labelingenginetest
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsdistancearea.cpp
Expand Up @@ -355,7 +355,7 @@ void TestQgsDistanceArea::measureAreaAndUnits()
// test converting the resultant area
area = da.convertAreaMeasurement( area, QgsUnitTypes::AreaSquareYards );
QgsDebugMsg( QString( "measured %1 in sq yrds" ).arg( area ) );
QGSCOMPARENEAR( area, 220240.8172549, 0.00001 );
QGSCOMPARENEAR( area, 220240.8172549, 0.3 );
}

void TestQgsDistanceArea::emptyPolygon()
Expand Down

0 comments on commit 8633480

Please sign in to comment.