test: set LoadExoticFileFormats to 2 for cppunit test purposes

So that in case the officecfg/ default for LoadExoticFileFormats is set
to 1 for more conservative users, the tests still pass.

make CppunitTest_writerperfect_epubexport CPPUNIT_TEST_NAME="testAbi11105"

was one such case when a failure happens without this fix.

Change-Id: I7b2dbbf7e64da850cf442ff41e2b6e5fec47d00a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96978
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
Miklos Vajna
2020-06-23 21:13:13 +02:00
parent 7ee6fa6487
commit 7d42d5bb76

View File

@@ -57,4 +57,11 @@
</prop>
</node>
</oor:component-data>
<oor:component-data oor:name="Common" oor:package="org.openoffice.Office">
<node oor:name="Security">
<prop oor:name="LoadExoticFileFormats">
<value>2</value>
</prop>
</node>
</oor:component-data>
</oor:data>