Kaydet (Commit) 71229da3 authored tarafından Justin Luth's avatar Justin Luth

remove unneeded specificity in unit test

The unit test should only be ensuring that the footnote is actually
written in the footnote section. The fix had nothing to do with the
style of the footnote.

Change-Id: I209f1f0a8cf896916eaf7e8002c92085926b508b
Reviewed-on: https://gerrit.libreoffice.org/37907Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
üst a9118665
......@@ -816,7 +816,7 @@ DECLARE_OOXMLEXPORT_TEST(testFootnoteParagraphTag, "testFootnote.docx")
if (!pXmlFootnotes)
return;
assertXPath(pXmlFootnotes, "/w:footnotes/w:footnote[3]","id","2");
assertXPath(pXmlFootnotes, "/w:footnotes/w:footnote[3]/w:p/w:r/w:rPr/w:rStyle","val","Footnotereference");
assertXPath(pXmlFootnotes, "/w:footnotes/w:footnote[3]/w:p/w:r/w:footnoteRef", 1);
}
DECLARE_OOXMLEXPORT_TEST(testSpacingLineRule,"table_lineRule.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