update unit tests

This commit is contained in:
Mathew Sutcliffe
2013-08-14 03:28:19 +01:00
parent a6756f2043
commit 586be27502
3 changed files with 1 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ void CTestGeo::geoBasics()
CCoordinateEcef ecefReconvert = CCoordinateTransformation::toEcef(nedVec);
// check against rounded reconvert
QVERIFY2(mediumEcefVec.roundedVector() == ecefReconvert.roundedVector(), "Reconverted geo vector should be equal");
QVERIFY2(mediumEcefVec.rounded() == ecefReconvert.rounded(), "Reconverted geo vector should be equal");
}
} // namespace