[Libreoffice-commits] core.git: sw/qa

Miklos Vajna vmiklos at collabora.co.uk
Fri Oct 25 05:25:24 PDT 2013


 sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a6a24677bc5bfb30dd97478aedfbe673fef82fea
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Oct 25 14:21:13 2013 +0200

    DOCX export: initial table style roundtrip testcase
    
    Change-Id: I164833907012f4b94e2be848ea4f26a9e1c8694b

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 867c76d..39b1d45 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -1449,6 +1449,9 @@ void Test::testStyleInheritance()
 
     // This numbering style wasn't roundtripped.
     assertXPath(pXmlStyles, "/w:styles/w:style[@w:styleId='NoList']/w:name", "val", "No List");
+
+    // Table style wasn't roundtripped.
+    assertXPath(pXmlStyles, "/w:styles/w:style[@w:styleId='TableNormal']/w:tblPr/w:tblCellMar/w:left", "w", "108");
 }
 
 void Test::testSmartart()


More information about the Libreoffice-commits mailing list