Commit 8564aa00 authored by Jessica's avatar Jessica

ClModified unit test.

parent dd78bb38
...@@ -139,7 +139,8 @@ void UASUnitTest::getLocalZ_test() ...@@ -139,7 +139,8 @@ void UASUnitTest::getLocalZ_test()
QCOMPARE(uas->getLocalZ(), 0.0); QCOMPARE(uas->getLocalZ(), 0.0);
} }
void UASUnitTest::getLatitude_test() void UASUnitTest::getLatitude_test()
{ QCOMPARE(uas->getLatitude(), 0.0); {
QCOMPARE(uas->getLatitude(), 0.0);
} }
void UASUnitTest::getLongitude_test() void UASUnitTest::getLongitude_test()
{ {
......
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