[SCM] PostGIS branch master updated. 3.5.0-274-gb5385d5bf
git at osgeo.org
git at osgeo.org
Tue Apr 15 12:17:15 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via b5385d5bf4050bc927ba1c29fd893c3045e15dd8 (commit)
from 6dedde9f6fee8d929a3c501e9dcb310288eb47ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5385d5bf4050bc927ba1c29fd893c3045e15dd8
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 15 12:17:10 2025 -0700
Support out-of-tree build for gdal warp test
diff --git a/raster/test/cunit/cu_gdal.c b/raster/test/cunit/cu_gdal.c
index 1127b26ba..d338dcf42 100644
--- a/raster/test/cunit/cu_gdal.c
+++ b/raster/test/cunit/cu_gdal.c
@@ -520,7 +520,8 @@ static void test_gdal_warp() {
}
static void test_gdal_warp_preserves_data(void) {
- const char *filename = "../regress/loader/Projected.tif";
+ const char *filename = POSTGIS_TOP_SRC_DIR "/raster/test/regress/loader/Projected.tif";
+
GDALDatasetH hDS_in = NULL;
rt_raster rast_in = NULL;
rt_raster rast_out = NULL;
-----------------------------------------------------------------------
Summary of changes:
raster/test/cunit/cu_gdal.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list