Kaydet (Commit) 0fe680b2 authored tarafından YogeshBharate's avatar YogeshBharate Kaydeden (comit) Caolán McNamara

Added unit test for multicolumn section separator line

Unit test case to verify the multicolumn separator value.

Conflicts:
	sw/qa/extras/ooxmlexport/ooxmlexport.cxx

Change-Id: Ifd5b060a4981dda20df2f2ee5cbb2879f9ba0cdb
Reviewed-on: https://gerrit.libreoffice.org/6318Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst a3eece5a
...@@ -1532,6 +1532,13 @@ DECLARE_OOXML_TEST(testCharHighlight, "char_highlight.docx") ...@@ -1532,6 +1532,13 @@ DECLARE_OOXML_TEST(testCharHighlight, "char_highlight.docx")
} }
} }
DECLARE_OOXML_TEST(testMultiColumnLineSeparator, "multi-column-line-separator-SAVED.docx")
{
// Check for the Column Separator value.It should be FALSE as the document doesnt contains separator line.
xmlDocPtr pXmlDoc = parseExport();
assertXPath(pXmlDoc, "/w:document/w:body/w:p[3]/w:pPr/w:sectPr/w:cols","sep","false");
}
DECLARE_OOXML_TEST(testCustomXmlGrabBag, "customxml.docx") DECLARE_OOXML_TEST(testCustomXmlGrabBag, "customxml.docx")
{ {
// The problem was that item[n].xml and itemProps[n].xml and .rels files for item[n].xml // The problem was that item[n].xml and itemProps[n].xml and .rels files for item[n].xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment