summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-05-18 12:57:23 +0200
committerJan Holesovsky <kendy@collabora.com>2021-01-07 16:32:54 +0100
commit94c3abbecc9d2fdbba4c9202bb67ed389081d509 (patch)
tree77466b3a5734bb9a9685ecc9e587c0565b6b47a4 /xmlsecurity
parent985058d5d4559e4e240505d890bdfc2f2e7e651f (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.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/qa/unit/signing/signing.cxx b/xmlsecurity/qa/unit/signing/signing.cxx
index b72b407e1403..5952baf60974 100644
--- a/xmlsecurity/qa/unit/signing/signing.cxx
+++ b/xmlsecurity/qa/unit/signing/signing.cxx
@@ -1011,6 +1011,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());