Commit e1752cd1 authored by DonLakeFlyer's avatar DonLakeFlyer

Remove area test

Float comparison to flakey cross-platform
parent 27f61e1f
......@@ -219,9 +219,3 @@ void QGCMapPolygonTest::_testKMLLoad(void)
QVERIFY(!_mapPolygon->loadKMLFile(QStringLiteral(":/unittest/PolygonBadCoordinatesNode.kml")));
checkExpectedMessageBox();
}
void QGCMapPolygonTest::_testArea(void)
{
QVERIFY(_mapPolygon->loadKMLFile(QStringLiteral(":/unittest/PolygonAreaTest.kml")));
QCOMPARE(_mapPolygon->area(), 4620.05313465);
}
......@@ -30,7 +30,6 @@ private slots:
void _testDirty(void);
void _testVertexManipulation(void);
void _testKMLLoad(void);
void _testArea(void);
private:
enum {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment