Skip to content

Commit

Permalink
fix build of distance area tests (followup 3667651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 19, 2015
1 parent ce6a690 commit f16328a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/src/core/testqgsdistancearea.cpp
Expand Up @@ -34,6 +34,7 @@ class TestQgsDistanceArea: public QObject
void basic();
void test_distances();
void unit_conversions();
void measureUnits();
};

void TestQgsDistanceArea::initTestCase()
Expand Down Expand Up @@ -191,7 +192,3 @@ void TestQgsDistanceArea::measureUnits()

QTEST_MAIN( TestQgsDistanceArea )
#include "testqgsdistancearea.moc"




0 comments on commit f16328a

Please sign in to comment.