Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix failing expression test on OSX
  • Loading branch information
nyalldawson committed Feb 12, 2016
1 parent c50033b commit 3567191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsexpression.cpp
Expand Up @@ -1322,7 +1322,7 @@ class TestQgsExpression: public QObject
// test area with geomCalculator
expArea.setGeomCalculator( da );
vArea = expArea.evaluate( &context );
QVERIFY( qgsDoubleNear( vArea.toDouble(), 1009089816.617, 0.001 ) );
QVERIFY( qgsDoubleNear( vArea.toDouble(), 1009089817.0, 1.0 ) );

// test perimeter without geomCalculator
QgsExpression expPerimeter( "$perimeter" );
Expand Down

0 comments on commit 3567191

Please sign in to comment.