[Libreoffice-commits] core.git: sc/CppunitTest_sc_subsequent_export_test.mk
Stephan Bergmann
sbergman at redhat.com
Tue May 22 12:57:06 UTC 2018
sc/CppunitTest_sc_subsequent_export_test.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 93aa646dab749c81d512644689bd8f9a9f752131
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue May 22 14:56:01 2018 +0200
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
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:
More information about the Libreoffice-commits
mailing list