We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ce6a690 commit f16328aCopy full SHA for f16328a
tests/src/core/testqgsdistancearea.cpp
@@ -34,6 +34,7 @@ class TestQgsDistanceArea: public QObject
34
void basic();
35
void test_distances();
36
void unit_conversions();
37
+ void measureUnits();
38
};
39
40
void TestQgsDistanceArea::initTestCase()
@@ -191,7 +192,3 @@ void TestQgsDistanceArea::measureUnits()
191
192
193
QTEST_MAIN( TestQgsDistanceArea )
194
#include "testqgsdistancearea.moc"
-
195
196
197
0 commit comments