From 9f6ab28f1d26561a547802a18b3a2f7877834ca8 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 29 Jan 2020 14:44:04 +0100 Subject: Make it possible to use grids from the CDN by their 'old name' even if not in the EPSG/grid_transformation table --- test/unit/test_factory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index 10c06e81..4b3ca9a5 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -2251,7 +2251,8 @@ TEST_F(FactoryWithTmpDatabase, lookForGridInfo) { "inverse_direction, " "package_name, " "url, direct_download, open_license, directory) " - "VALUES ('null', " + "VALUES (" + "'NOT-YET-IN-GRID-TRANSFORMATION-PROJ_fake_grid', " "'PROJ_fake_grid', " "'old_PROJ_fake_grid', " "'NTv2', " -- cgit v1.2.3