From 0f4509430517b5fd5f411e4c47e51971cbdafce3 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 12 Feb 2022 19:04:02 +0100 Subject: proj.ini: add a 'ca_bundle_path' variable Cf thread https://lists.osgeo.org/pipermail/gdal-dev/2022-February/thread.html#55391 --- test/unit/test_network.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/unit/test_network.cpp') diff --git a/test/unit/test_network.cpp b/test/unit/test_network.cpp index fcafdf07..f8b70ae8 100644 --- a/test/unit/test_network.cpp +++ b/test/unit/test_network.cpp @@ -131,9 +131,8 @@ TEST(networking, basic) { #ifdef CURL_ENABLED // enable through env variable - ctx = proj_context_create(); - proj_grid_cache_set_enable(ctx, false); putenv(const_cast("PROJ_NETWORK=ON")); + ctx = proj_context_create(); P = proj_create(ctx, pipeline); if (networkAccessOK) { ASSERT_NE(P, nullptr); -- cgit v1.2.3