aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_io.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index 6cdd3014..c95b1b57 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -9167,8 +9167,8 @@ TEST(io, projparse_init) {
{
// Test that +no_defs +type=crs have no effect
- auto obj = createFromUserInput("+init=epsg:4326 +no_defs +type=crs",
- dbContext, true);
+ auto obj = createFromUserInput(
+ "+init=epsg:4326 +no_defs +type=crs +wktext", dbContext, true);
auto crs = nn_dynamic_pointer_cast<GeographicCRS>(obj);
ASSERT_TRUE(crs != nullptr);