aboutsummaryrefslogtreecommitdiffstats
path: root/community/librasterlite2/20-skip-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/librasterlite2/20-skip-tests.patch')
-rw-r--r--community/librasterlite2/20-skip-tests.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/community/librasterlite2/20-skip-tests.patch b/community/librasterlite2/20-skip-tests.patch
new file mode 100644
index 00000000000..85593a51afc
--- /dev/null
+++ b/community/librasterlite2/20-skip-tests.patch
@@ -0,0 +1,45 @@
+Author: Holger Jaekel <holger.jaekel@gmx.de>
+Summary: skip tests that use functions included in sqlite 5.0.0.beta0
+----
+
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -15,7 +15,7 @@
+ test_map_rgb test_map_gray \
+ test_map_srtm test_map_mono \
+ test_map_indiana test_load_wms \
+- test_map_noref test_map_trento \
++ test_map_noref \
+ test_map_trieste test_map_infrared \
+ test_map_orbetello test_raster_symbolizer \
+ test_svg test_raw test_openjpeg \
+@@ -24,7 +24,7 @@
+ test_point_symbolizer test_point_symbolizer_col \
+ test_text_symbolizer test_text_symbolizer_col \
+ test_vectors test_font test_copy_rastercov \
+- test_tile_callback test_map_vector \
++ test_tile_callback \
+ test_col_symbolizers test_map_config
+
+ AM_CPPFLAGS = -I@srcdir@/../headers @LIBXML2_CFLAGS@
+
+--- a/test/Makefile.in
++++ b/test/Makefile.in
+@@ -105,7 +105,7 @@
+ test_map_rgb$(EXEEXT) test_map_gray$(EXEEXT) \
+ test_map_srtm$(EXEEXT) test_map_mono$(EXEEXT) \
+ test_map_indiana$(EXEEXT) test_load_wms$(EXEEXT) \
+- test_map_noref$(EXEEXT) test_map_trento$(EXEEXT) \
++ test_map_noref$(EXEEXT) \
+ test_map_trieste$(EXEEXT) test_map_infrared$(EXEEXT) \
+ test_map_orbetello$(EXEEXT) test_raster_symbolizer$(EXEEXT) \
+ test_svg$(EXEEXT) test_raw$(EXEEXT) test_openjpeg$(EXEEXT) \
+@@ -118,7 +118,7 @@
+ test_text_symbolizer$(EXEEXT) \
+ test_text_symbolizer_col$(EXEEXT) test_vectors$(EXEEXT) \
+ test_font$(EXEEXT) test_copy_rastercov$(EXEEXT) \
+- test_tile_callback$(EXEEXT) test_map_vector$(EXEEXT) \
++ test_tile_callback$(EXEEXT) \
+ test_col_symbolizers$(EXEEXT) test_map_config$(EXEEXT)
+ subdir = test
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4