diff options
Diffstat (limited to 'test/unit/test_io.cpp')
| -rw-r--r-- | test/unit/test_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index 62054f16..f0f462c2 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -1018,7 +1018,7 @@ TEST(wkt_parse, wkt1_projected) { " PARAMETER[\"false_northing\",0],\n" " UNIT[\"metre\",1,\n" " AUTHORITY[\"EPSG\",\"9001\"]],\n" - " AXIS[\"(E)\",EAST],\n" + " AXIS[\"(E)\",East],\n" // should normally be uppercase " AXIS[\"(N)\",NORTH],\n" " AUTHORITY[\"EPSG\",\"32631\"]]"; auto obj = WKTParser() |
