sw/CppunitTest_sw_ww8export3.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit d5bb28663dbca1ce48c22f4e7ac1ee6e7a6f597f Author: Xisco Fauli <[email protected]> AuthorDate: Mon Feb 15 17:28:02 2021 +0100 Commit: Mike Kaganski <[email protected]> CommitDate: Tue Feb 16 06:46:24 2021 +0100 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 <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
