From 916692b861a969b93b01deb857cc0770e1e8c224 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 14 Sep 2022 19:49:45 +0200 Subject: chart2: reenable chart data table test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic40dfeb742e97b90332dd711cfb582b6f102c8df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139958 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- chart2/qa/extras/chart2export.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'chart2') diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index a1ea57b47eb7..fc6ffc4d4dbf 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -618,8 +618,6 @@ void Chart2ExportTest::testScatterXAxisCategories() void Chart2ExportTest::testChartDataTable() { -/* Disable test temporarily until OOXML filter is updated - load(u"/chart2/qa/extras/data/docx/", u"testChartDataTable.docx"); xmlDocUniquePtr pXmlDoc = parseExport("word/charts/chart", "Office Open XML Text"); @@ -627,7 +625,6 @@ void Chart2ExportTest::testChartDataTable() assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:dTable/c:showHorzBorder", "val", "1"); assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:dTable/c:showVertBorder", "val", "1"); assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:dTable/c:showOutline", "val", "1"); -*/ } void Chart2ExportTest::testChartExternalData() -- cgit