diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-25 10:18:11 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-25 11:24:43 +0200 |
commit | ff97d047393c955af2f3173a9c7e2534a059a058 (patch) | |
tree | 8263409f12317204d5a24ad78bb9e9b51ed6e853 /include/test | |
parent | 42a7b48065977d11bc99ab32dadbfde5f1209438 (diff) |
UnoApiTest: use validate when saving files
Change-Id: I0f04fae8b4ff922f5e14ae413cd63cc92a66077e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141797
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/unoapi_test.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/test/unoapi_test.hxx b/include/test/unoapi_test.hxx index d38453432f54..8c19a56333a9 100644 --- a/include/test/unoapi_test.hxx +++ b/include/test/unoapi_test.hxx @@ -43,6 +43,8 @@ protected: // reference to document component that we are testing css::uno::Reference<css::lang::XComponent> mxComponent; + bool mbSkipValidation; // if you set this flag for a new test I'm going to haunt you! + private: OUString m_aBaseString; }; |