diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-22 14:56:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-22 14:56:01 +0200 |
commit | 93aa646dab749c81d512644689bd8f9a9f752131 (patch) | |
tree | 8d588de81e1daf75d5d1f3dd237228a9b3888f9a | |
parent | 99dd2aeaf5cd605c8af8fa6462cebe802d26221a (diff) |
Missing test dependency
[...]
> CppunitTest_sc_subsequent_export_test
> warn:oox:31852:31852:oox/source/export/vmlexport.cxx:1099: failed to open vml-shape-types
> /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/debug/vector:417:
> Error: attempt to subscript container with out-of-bounds index 202, but
> container only holds 0 elements.
>
> Objects involved in the operation:
> sequence "this" @ 0x0x7f6f0c456340 {
> type = std::__debug::vector<rtl::OString, std::allocator<rtl::OString> >;
> }
[...]
Change-Id: I1a93d97e18eb4341ea9059ea7ad52f20c298c97f
-rw-r--r-- | sc/CppunitTest_sc_subsequent_export_test.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_subsequent_export_test.mk b/sc/CppunitTest_sc_subsequent_export_test.mk index f5e21badf586..5afd437add9e 100644 --- a/sc/CppunitTest_sc_subsequent_export_test.mk +++ b/sc/CppunitTest_sc_subsequent_export_test.mk @@ -114,4 +114,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sc_subsequent_export_test,\ $(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_export_test)) +$(eval $(call gb_CppunitTest_use_packages,sc_subsequent_export_test, \ + oox_generated \ +)) + # vim: set noet sw=4 ts=4: |