summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8export3.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-02-15 17:28:02 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2021-02-16 06:46:24 +0100
commitd5bb28663dbca1ce48c22f4e7ac1ee6e7a6f597f (patch)
tree8e2d78400bc763103956bdf9d4eb1d1cd3e5f28c /sw/CppunitTest_sw_ww8export3.mk
parent79b4e2b3b18611f2b18508e8cba5f068b4be29ba (diff)
sw_ww8export3: missing dependency
This unit test fails when called after 'make clean': > make clean > make CppunitTest_sw_ww8export3 ... testdf79553_lineNumbers::Load_Verify_Reload_Verify finished in: 9591ms C:/lo/src/core/sw/qa/extras/ww8export/ww8export3.cxx(149) : error : Assertion Test name: testTdf128501::Load_Verify_Reload_Verify equality assertion failed - Expected: FrameShape - Actual : com.sun.star.drawing.RectangleShape Failures !!! Run: 47 Failure total: 1 Failures: 1 Errors: 0 See https://gerrit.libreoffice.org/c/core/+/107003 Change-Id: I4970529f23ad38cb8cc9f403000ac19b0f79008f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110943 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ww8export3.mk')
-rw-r--r--sw/CppunitTest_sw_ww8export3.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ww8export3.mk b/sw/CppunitTest_sw_ww8export3.mk
index 46c1cf88b929..6eeb48f3ed3b 100644
--- a/sw/CppunitTest_sw_ww8export3.mk
+++ b/sw/CppunitTest_sw_ww8export3.mk
@@ -65,4 +65,8 @@ endif
$(eval $(call gb_CppunitTest_use_configuration,sw_ww8export3))
+$(eval $(call gb_CppunitTest_use_packages,sw_ww8export3,\
+ oox_customshapes \
+))
+
# vim: set noet sw=4 ts=4: