From f9ebd462ba36e787dd0d1fe7e2a0c427f6143c3f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 7 Jan 2019 22:39:12 +0100 Subject: Update wkt2_grammar.py according to the latest draft of WKT2:2018 --- test/unit/test_c_api.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/unit/test_c_api.cpp') diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 778c6bdf..82cb7b75 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -435,8 +435,7 @@ TEST_F(CApi, proj_as_wkt) { const char *const options[] = {"STRICT=NO", nullptr}; auto wkt = proj_as_wkt(m_ctxt, crs4979, PJ_WKT1_GDAL, options); ASSERT_NE(wkt, nullptr); - EXPECT_TRUE(std::string(wkt).find("GEOGCS[\"WGS 84\"") == 0) - << wkt; + EXPECT_TRUE(std::string(wkt).find("GEOGCS[\"WGS 84\"") == 0) << wkt; } // unsupported option -- cgit v1.2.3