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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user