summaryrefslogtreecommitdiff
path: root/sd/qa/unit/SVGExportTests.cxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-03 11:42:17 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-03 16:21:57 +0100
commit2dd592f0836184e3f275e8ff3248639f08a3f647 (patch)
tree21e8e2f3a98b7d82a19f45f8d4e28eb37a992634 /sd/qa/unit/SVGExportTests.cxx
parent1de8308d40fad8e9281d2b491f8c5c919fda82f4 (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 'sd/qa/unit/SVGExportTests.cxx')
-rw-r--r--sd/qa/unit/SVGExportTests.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/qa/unit/SVGExportTests.cxx b/sd/qa/unit/SVGExportTests.cxx
index 64e3147710d0..9dfe60abfd82 100644
--- a/sd/qa/unit/SVGExportTests.cxx
+++ b/sd/qa/unit/SVGExportTests.cxx
@@ -10,10 +10,9 @@
#include <sal/config.h>
#include <string_view>
-#include <test/unoapi_test.hxx>
+#include <test/unoapixml_test.hxx>
#include <sal/macros.h>
-#include <test/xmltesttools.hxx>
#include <unotools/mediadescriptor.hxx>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/frame/Desktop.hpp>
@@ -68,7 +67,7 @@ bool isValidTiledBackgroundId(const OUString& sId)
}
-class SdSVGFilterTest : public UnoApiTest, public XmlTestTools
+class SdSVGFilterTest : public UnoApiXmlTest
{
class Resetter
{
@@ -95,7 +94,7 @@ class SdSVGFilterTest : public UnoApiTest, public XmlTestTools
public:
SdSVGFilterTest()
- : UnoApiTest("/sd/qa/unit/data/odp/")
+ : UnoApiXmlTest("/sd/qa/unit/data/odp/")
{
}