Kaydet (Commit) 710c3920 authored tarafından Miklos Vajna's avatar Miklos Vajna

adapt CppunitTest_sw_ooxmlexport to 6820dec8

Change-Id: I718829fe4821f36a37b0503be18c56d1151abd9c
üst 86a32589
...@@ -2727,7 +2727,7 @@ DECLARE_OOXMLEXPORT_TEST(test_FieldType, "99_Fields.docx") ...@@ -2727,7 +2727,7 @@ DECLARE_OOXMLEXPORT_TEST(test_FieldType, "99_Fields.docx")
// Checking for three field types (BIBLIOGRAPHY, BIDIOUTLINE, CITATION) in sequence // Checking for three field types (BIBLIOGRAPHY, BIDIOUTLINE, CITATION) in sequence
assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[2]/w:r[2]/w:instrText[1]",1); assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[2]/w:r[2]/w:instrText[1]",1);
assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[5]/w:r[2]/w:instrText[1]",1); assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[5]/w:r[2]/w:instrText[1]",1);
assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[6]/w:r[2]/w:instrText[1]",1); assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:sdt/w:sdtContent/w:p/w:r[2]/w:instrText[1]",1);
} }
DECLARE_OOXMLEXPORT_TEST(testComboBoxControl, "combobox-control.docx") DECLARE_OOXMLEXPORT_TEST(testComboBoxControl, "combobox-control.docx")
......
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