summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uiwriter.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-09-20 17:45:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-20 23:03:53 +0200
commite2cca4cc34cf34d4a109905f81924bea4ea84418 (patch)
tree27cc9490db9584fa5a551abe45bd56762ef14b88 /sw/CppunitTest_sw_uiwriter.mk
parentcb0f4cd9eee8d8f0e0ef92632c6908403a6f4953 (diff)
Missing test dependency
`make clean && make CppunitTest_sw_uiconfig` failed with > Test name: SwUiWriterTest::testClassificationPaste > An uncaught exception of type com.sun.star.io.NotConnectedException > - because instdir/share/classification/example.xml was missing in SfxClassificationHelper::Impl::parsePolicy (sfx2/source/view/classificationhelper.cxx). Change-Id: I0c2aeff1a6192d8fac3b01f63fc75f4ce758b809 Reviewed-on: https://gerrit.libreoffice.org/79308 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_uiwriter.mk')
-rw-r--r--sw/CppunitTest_sw_uiwriter.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index c649bd1ba12e..d31c61f432f4 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -71,6 +71,10 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uiwriter, \
modules/swriter \
))
+$(eval $(call gb_CppunitTest_use_packages,sw_uiwriter, \
+ sfx2_classification \
+))
+
$(call gb_CppunitTest_get_target,sw_uiwriter): \
$(call gb_Library_get_target,textconv_dict)