diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-06-23 21:13:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-06-24 09:05:31 +0200 |
commit | 7d42d5bb76d2d1793bf83167f9e8b2be4ab28c8e (patch) | |
tree | 4d3a31a3eaca85782def3dcfed506f4fa0e68865 /test | |
parent | 7ee6fa6487f01271c4374e4c260466b5041afe72 (diff) |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry/modifications.xcd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index 1aea26ec2342..f38cc269fdd0 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -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> |