[Libreoffice-commits] core.git: xmlsecurity/qa
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 18 13:26:28 UTC 2020
xmlsecurity/qa/unit/signing/signing.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0ff75d6653e34b7cbb94f74ff8a71db9f738463e
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Mon May 18 12:57:23 2020 +0200
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Mon May 18 15:25:39 2020 +0200
xmlsecurity: actually validate in testODFEncryptedGPG
Follow-up to 5eda583443cd0ec323e925395ea734c20fdbcf13
Change-Id: Icde98be0a8dccc58ca7c7c260e387bafb7f05b46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94412
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
diff --git a/xmlsecurity/qa/unit/signing/signing.cxx b/xmlsecurity/qa/unit/signing/signing.cxx
index fb2c91fc3f42..f47f2c12da33 100644
--- a/xmlsecurity/qa/unit/signing/signing.cxx
+++ b/xmlsecurity/qa/unit/signing/signing.cxx
@@ -968,6 +968,7 @@ CPPUNIT_TEST_FIXTURE(SigningTest, testODFEncryptedGPG)
uno::Reference<frame::XStorable> xDocStorable(mxComponent, uno::UNO_QUERY);
xDocStorable->storeToURL(aTempFile.GetURL(), props);
}
+ validate(aTempFile.GetFileName(), test::ODF);
createDoc(aTempFile.GetURL());
pBaseModel = dynamic_cast<SfxBaseModel*>(mxComponent.get());
More information about the Libreoffice-commits
mailing list