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

New commits:
commit a6a24677bc5bfb30dd97478aedfbe673fef82fea
Author: Miklos Vajna <vmik...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to