diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-05-18 12:57:23 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-05-18 15:25:39 +0200 |
commit | 0ff75d6653e34b7cbb94f74ff8a71db9f738463e (patch) | |
tree | 07abf51976809bef13f54c33b5e8d3f4774cae25 /xmlsecurity | |
parent | 75187e0a59b16b06c5adf16987919a39153030d5 (diff) |
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@cib.de>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/qa/unit/signing/signing.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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()); |