diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-03 11:42:17 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-03 16:21:57 +0100 |
commit | 2dd592f0836184e3f275e8ff3248639f08a3f647 (patch) | |
tree | 21e8e2f3a98b7d82a19f45f8d4e28eb37a992634 /chart2 | |
parent | 1de8308d40fad8e9281d2b491f8c5c919fda82f4 (diff) |
UnoApiXmlTest: add new wrapper for XmlTestTools tests
Change-Id: I767f464ec666330a2e8e832b6d6f5736a6bef54d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142228
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/charttest.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chart2/qa/extras/charttest.hxx b/chart2/qa/extras/charttest.hxx index 3662027dbf07..2cacd4e43243 100644 --- a/chart2/qa/extras/charttest.hxx +++ b/chart2/qa/extras/charttest.hxx @@ -9,8 +9,7 @@ #pragma once -#include <test/unoapi_test.hxx> -#include <test/xmltesttools.hxx> +#include <test/unoapixml_test.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> @@ -110,11 +109,11 @@ OUString findChartFile(const OUString& rDir, uno::Reference< container::XNameAcc } -class ChartTest : public UnoApiTest, public XmlTestTools +class ChartTest : public UnoApiXmlTest { public: ChartTest(OUString path) - : UnoApiTest(path) + : UnoApiXmlTest(path) { } |