chart2/qa/extras/chart2export.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 916692b861a969b93b01deb857cc0770e1e8c224
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Wed Sep 14 19:49:45 2022 +0200
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Thu Sep 15 10:16:02 2022 +0200

    chart2: reenable chart data table test
    
    Change-Id: Ic40dfeb742e97b90332dd711cfb582b6f102c8df
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139958
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

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()

Reply via email to