sd/CppunitTest_sd_export_tests-ooxml3.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit de3898aecb11307789644a1814e9cbb1ee4cc29b
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Sat Jan 22 10:56:15 2022 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sat Jan 22 16:45:09 2022 +0100

    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 <sberg...@redhat.com>

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:

Reply via email to