From a4d389c37529bda488dc14fb4225e4dec40c0743 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 27 Dec 2018 10:53:51 +0100 Subject: Remove proj_def.dat (fixes #201) --- test/unit/test_io.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/unit/test_io.cpp') diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index 466ce80b..5ea92fd0 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -7967,12 +7967,14 @@ TEST(io, projparse_init) { { auto obj = createFromUserInput( - "proj=pipeline step init=epsg:4326 step proj=longlat", dbContext, + "proj=pipeline step init=epsg:4326 step proj=longlat ellps=WGS84", + dbContext, true); auto co = nn_dynamic_pointer_cast(obj); ASSERT_TRUE(co != nullptr); EXPECT_EQ(co->exportToPROJString(PROJStringFormatter::create().get()), - "+proj=pipeline +step +init=epsg:4326 +step +proj=longlat"); + "+proj=pipeline +step +init=epsg:4326 +step +proj=longlat " + "+ellps=WGS84"); } { -- cgit v1.2.3