[Libreoffice-commits] core.git: test/user-template
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 24 07:06:07 UTC 2020
test/user-template/registry/modifications.xcd | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 7d42d5bb76d2d1793bf83167f9e8b2be4ab28c8e
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Jun 23 21:13:13 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Jun 24 09:05:31 2020 +0200
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 at collabora.com>
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>
More information about the Libreoffice-commits
mailing list