From d3c615f9ce893c9dc1e6314b9542f510bfd0f023 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 15 Sep 2021 00:29:05 +0200 Subject: test/cli/testvarious: make one test more robust regarding EPSG updates --- test/cli/testvarious | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'test/cli/testvarious') diff --git a/test/cli/testvarious b/test/cli/testvarious index 80340369..cbfb2d55 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -1011,14 +1011,13 @@ EOF echo "##############################################################" >> ${OUT} echo "Test effect of --authority (https://github.com/OSGeo/PROJ/issues/2442)" >> ${OUT} -echo "This test might be a bit fragile if proj.db content changes" >> ${OUT} -echo "The first result should use the 'WGS_1984_(ITRF08)_To_NAD_1983_2011' (ESRI:108363) operation" >> ${OUT} +echo "The first result should use the EPSG:8076 operation" >> ${OUT} echo "and the second one a no-op" >> ${OUT} -$EXE -E +proj=latlong +datum=WGS84 +no_defs +to +init=epsg:6342 >> ${OUT} <> ${OUT} <> ${OUT} <> ${OUT} <> ${OUT} -- cgit v1.2.3