Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 15, 2020
1 parent 2653afc commit 303e6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgscoordinatetransform.cpp
Expand Up @@ -501,7 +501,7 @@ void TestQgsCoordinateTransform::transform2DPoint()

QGSCOMPARENEAR( x, 0.0, 0.01 );
QGSCOMPARENEAR( y, 0.0, 0.01 );
QGSCOMPARENEAR( z, pt.z(), 0.01 );
QVERIFY( std::isnan( z ) );
}

void TestQgsCoordinateTransform::transformErrorMultiplePoints()
Expand Down

0 comments on commit 303e6c8

Please sign in to comment.