Skip to content

Commit a0adb75

Browse files
author
timlinux
committed
Fixed incorrectly name method in app test
git-svn-id: http://svn.osgeo.org/qgis/trunk@8716 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0888e99 commit a0adb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsapplication.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestQgsApplication: public QObject
3333
};
3434

3535

36-
void TestQgsGeometry::initTestCase()
36+
void TestQgsApplication::initTestCase()
3737
{
3838
//
3939
// Runs once before any tests are run

0 commit comments

Comments
 (0)