diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-06-26 20:46:25 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-07-27 14:19:06 +0200 |
commit | 6cb3c79b84e396959a982070f6fc4d439a9c396d (patch) | |
tree | e76414396b63922a1b12b52193d30be2f2da1808 /include/vcl/test | |
parent | a66dc788d92d9ef0ab6a5a0339f02df0c39b97fb (diff) |
Added the feature to store VCL test results as a zip file
The results can now be downloaded as a zip file, which would
consist of the test log and all the resultant bitmap images produced
by the tests compressed as png stored in the user directory folder.
Change-Id: I8a6098a7454a621bbb9cafa7b6f2cafaa5503522
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117937
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/test')
-rw-r--r-- | include/vcl/test/GraphicsRenderTests.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx index d787b7ed012a..dd39cc16d815 100644 --- a/include/vcl/test/GraphicsRenderTests.hxx +++ b/include/vcl/test/GraphicsRenderTests.hxx @@ -45,6 +45,8 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests std::vector<VclTestResult> m_aTestResult; //For storing the current graphics Backend in use. OUString m_aCurGraphicsBackend; + //Location where the results should be stored. + OUString m_aUserInstallPath; void testDrawRectWithRectangle(); void testDrawRectWithPixel(); |