diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-20 14:33:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-20 14:33:39 +0200 |
commit | 2c7ec52b028ea389c6a1c6ce2ee9b6e83566a4e8 (patch) | |
tree | 7acdb656e9c07528b09eed0d05352fa41e56a2b5 /sw/CppunitTest_sw_rtfimport.mk | |
parent | 012f153259d7541604ba78f1cb0b4b2df968672d (diff) |
Missing dependency
otherwise CppunitTest_sw_rtfimport failed with
> ##Failure Location unknown## : Error
> Test name: testFdo52052::Import
> An uncaught exception of type com.sun.star.container.NoSuchElementException
> - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
>
> ##Failure Location unknown## : Error
> Test name: testContSectionPageBreak::Import
> An uncaught exception of type com.sun.star.container.NoSuchElementException
> - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
>
> ##Failure Location unknown## : Error
> Test name: testTdf59454::Import
> An uncaught exception of type com.sun.star.container.NoSuchElementException
> - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
>
> ##Failure Location unknown## : Error
> Test name: testLndscpsxn::Import
> An uncaught exception of type com.sun.star.container.NoSuchElementException
> - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
>
> ##Failure Location unknown## : Error
> Test name: testImportHeaderFooter::Import
> An uncaught exception of type com.sun.star.container.NoSuchElementException
> - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
Change-Id: I10c12f4b0ab49ec747fa64cc0b5d4fca252ff590
Diffstat (limited to 'sw/CppunitTest_sw_rtfimport.mk')
-rw-r--r-- | sw/CppunitTest_sw_rtfimport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_rtfimport.mk b/sw/CppunitTest_sw_rtfimport.mk index 29d3e1e0b87d..4867f92096da 100644 --- a/sw/CppunitTest_sw_rtfimport.mk +++ b/sw/CppunitTest_sw_rtfimport.mk @@ -86,4 +86,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfimport,\ $(eval $(call gb_CppunitTest_use_configuration,sw_rtfimport)) +$(eval $(call gb_CppunitTest_use_uiconfigs,sw_rtfimport,\ + modules/swriter \ +)) + # vim: set noet sw=4 ts=4: |