Skip to content

Commit

Permalink
Added additional diagnostics for why stripped wkt compare is failing …
Browse files Browse the repository at this point in the history
…on some machines.
  • Loading branch information
timlinux committed Apr 14, 2012
1 parent c6a006e commit 8517162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/core/testqgscoordinatereferencesystem.cpp
Expand Up @@ -244,6 +244,10 @@ void TestQgsCoordinateReferenceSystem::toWkt()
"AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY"
"[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY"
"[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]");
qDebug() << "myWkt:\n";
qDebug() << myWkt;
qDebug() << "myStrippedWkt:\n";
qDebug() << myStrippedWkt;
QVERIFY( myWkt == myStrippedWkt );
}
void TestQgsCoordinateReferenceSystem::toProj4()
Expand Down

0 comments on commit 8517162

Please sign in to comment.