Skip to content

Commit

Permalink
Fixed incorrectly name method in app test
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8716 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 6, 2008
1 parent 0888e99 commit a0adb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsapplication.cpp
Expand Up @@ -33,7 +33,7 @@ class TestQgsApplication: public QObject
};


void TestQgsGeometry::initTestCase()
void TestQgsApplication::initTestCase()
{
//
// Runs once before any tests are run
Expand Down

0 comments on commit a0adb75

Please sign in to comment.