diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-29 14:44:04 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-29 14:44:04 +0100 |
| commit | 9f6ab28f1d26561a547802a18b3a2f7877834ca8 (patch) | |
| tree | 53236d732f21a81e63982394d96d95d7eaa64064 /test/unit/test_factory.cpp | |
| parent | d9ad20a959fd313b31329fb7be0500c895111edf (diff) | |
| download | PROJ-9f6ab28f1d26561a547802a18b3a2f7877834ca8.tar.gz PROJ-9f6ab28f1d26561a547802a18b3a2f7877834ca8.zip | |
Make it possible to use grids from the CDN by their 'old name' even if not in the EPSG/grid_transformation table
Diffstat (limited to 'test/unit/test_factory.cpp')
| -rw-r--r-- | test/unit/test_factory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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', " |
