Skip to content

Commit 1ac4307

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsapplication.cpp

Lines changed: 1 addition & 1 deletion
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)