Skip to content

Commit ece92f5

Browse files
authored
Merge GH-1622 ("WGS 84" as CRS ID)
2 parents 02ec6a0 + ffcd957 commit ece92f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/georeferencing_t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void GeoreferencingTest::testCRS_data()
281281
<< QStringLiteral("+init=epsg:4258")
282282
<< true;
283283
QTest::newRow("WGS 84")
284-
<< QStringLiteral("WGS84")
284+
<< QStringLiteral("WGS 84") // not "WGS84"
285285
<< QStringLiteral("+init=epsg:4326")
286286
<< true;
287287
QTest::newRow("WGS 84 (G730)")

0 commit comments

Comments
 (0)