[Libreoffice-commits] core.git: sw/CppunitTest_sw_uiwriter.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 23 08:30:23 UTC 2019


 sw/CppunitTest_sw_uiwriter.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bd2651c74d771ca35bb99a5651a59e1fd3440f0a
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 23 09:31:20 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 23 10:29:32 2019 +0200

    Missing test dependency
    
    `make clean && make CppunitTest_sw_uiconfig` failed with
    
    > warn:oox:29131:29131:oox/source/drawingml/customshapepresetdata.cxx:718: failed to open oox-drawingml-cs-presets
    [...]
    > tdf98987.docx:
    > .../sw/qa/extras/uiwriter/uiwriter.cxx:5055:SwUiWriterTest::testTdf98987
    > greater assertion failed
    > - Expected greater than: 1701
    > - Actual  : 1701
    
    Change-Id: I84477f31def0305d2148cee36820869551273f15
    Reviewed-on: https://gerrit.libreoffice.org/79375
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index d31c61f432f4..0093e3a19797 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -72,6 +72,7 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uiwriter, \
 ))
 
 $(eval $(call gb_CppunitTest_use_packages,sw_uiwriter, \
+    oox_customshapes \
     sfx2_classification \
 ))
 


More information about the Libreoffice-commits mailing list