We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02ec6a0 + ffcd957 commit ece92f5Copy full SHA for ece92f5
test/georeferencing_t.cpp
@@ -281,7 +281,7 @@ void GeoreferencingTest::testCRS_data()
281
<< QStringLiteral("+init=epsg:4258")
282
<< true;
283
QTest::newRow("WGS 84")
284
- << QStringLiteral("WGS84")
+ << QStringLiteral("WGS 84") // not "WGS84"
285
<< QStringLiteral("+init=epsg:4326")
286
287
QTest::newRow("WGS 84 (G730)")
0 commit comments