summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-01-22 10:56:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-01-22 16:45:09 +0100
commitde3898aecb11307789644a1814e9cbb1ee4cc29b (patch)
tree9728085789716a6eab5f9b6921d2b2fdb29cdaed
parent8a728ac6cf7d8d032eb93f486618458b7814d42b (diff)
Add missing test dependency
> [_RUN_____] SdOOXMLExportTest3::testTdf140912_PicturePlaceholder [...] > warn:vcl:680849:680849:vcl/source/bitmap/BitmapEx.cxx:98: BitmapEx::BitmapEx(): could not load image sd/res/image.png via icon theme colibre > warn:svx:680849:680849:svx/source/unodraw/unoshape.cxx:1779: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: FromWordArt svx/source/unodraw/unoshape.cxx:1600 > warn:svx.uno:680849:680849:svx/source/unodraw/unoshape.cxx:1599: Unknown Property: URL > warn:svx:680849:680849:svx/source/unodraw/unoshape.cxx:1779: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: URL svx/source/unodraw/unoshape.cxx:1600 > sd/qa/unit/export-tests-ooxml3.cxx:1863:SdOOXMLExportTest3::testTdf140912_PicturePlaceholder > equality assertion failed > - Expected: -8490 > - Actual : 0 Change-Id: I7710bf04ff5106d52fe51b515f2ed59097e88e07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128753 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--sd/CppunitTest_sd_export_tests-ooxml3.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_export_tests-ooxml3.mk b/sd/CppunitTest_sd_export_tests-ooxml3.mk
index 88b15f953261..4e79f4ccd9cc 100644
--- a/sd/CppunitTest_sd_export_tests-ooxml3.mk
+++ b/sd/CppunitTest_sd_export_tests-ooxml3.mk
@@ -11,4 +11,7 @@
$(eval $(call sd_export_test,-ooxml3))
+$(call gb_CppunitTest_get_target,sd_export_tests-ooxml3): \
+ $(call gb_Package_get_target,postprocess_images)
+
# vim: set noet sw=4 ts=4: