[QGIS Commit] r8716 - trunk/qgis/tests/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Jul 6 18:15:02 EDT 2008


Author: timlinux
Date: 2008-07-06 18:15:02 -0400 (Sun, 06 Jul 2008)
New Revision: 8716

Modified:
   trunk/qgis/tests/src/core/testqgsapplication.cpp
Log:
Fixed incorrectly name method in app test

Modified: trunk/qgis/tests/src/core/testqgsapplication.cpp
===================================================================
--- trunk/qgis/tests/src/core/testqgsapplication.cpp	2008-07-06 22:04:28 UTC (rev 8715)
+++ trunk/qgis/tests/src/core/testqgsapplication.cpp	2008-07-06 22:15:02 UTC (rev 8716)
@@ -33,7 +33,7 @@
 };
 
 
-void TestQgsGeometry::initTestCase()
+void TestQgsApplication::initTestCase()
 {
   //
   // Runs once before any tests are run



More information about the QGIS-commit mailing list