Skip to content

Commit

Permalink
Use more appropriate global for createFromId CRS test
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 7, 2012
1 parent 7326925 commit 712cab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/core/testqgscoordinatereferencesystem.cpp
Expand Up @@ -105,7 +105,8 @@ void TestQgsCoordinateReferenceSystem::assignmentCtor()
void TestQgsCoordinateReferenceSystem::createFromId()
{
QgsCoordinateReferenceSystem myCrs;
myCrs.createFromId( GEOSRID, QgsCoordinateReferenceSystem::EpsgCrsId );
myCrs.createFromId( GEO_EPSG_CRS_ID,
QgsCoordinateReferenceSystem::EpsgCrsId );
debugPrint( myCrs );
QVERIFY( myCrs.isValid() );
}
Expand Down

0 comments on commit 712cab9

Please sign in to comment.