xmlsecurity/qa/unit/signing/signing.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0ff75d6653e34b7cbb94f74ff8a71db9f738463e Author: Michael Stahl <[email protected]> AuthorDate: Mon May 18 12:57:23 2020 +0200 Commit: Michael Stahl <[email protected]> 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 <[email protected]> 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()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
