[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - sw/qa
Thorsten Behrens (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 14 06:18:18 UTC 2020
sw/qa/extras/ooxmlexport/ooxmlexport4.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3fde2939866411c65daef26963aecff72c099532
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Sun Sep 13 09:15:29 2020 +0200
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Mon Sep 14 08:17:45 2020 +0200
Revert parts of "factor out 'weld::Widget as XWindow'"
This reverts commit 9869ca098765ed5ec0325492fa2cdce4a5bab795
Unit test change looks like a glitch in hindsight, all other
branches have the upper-case word.
Change-Id: I8945e750ee74221a6975bef35eb970ae57a39123
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102545
Tested-by: Michael Weghorn <m.weghorn at posteo.de>
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index 54bfa2888050..c39c7d747b83 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -825,7 +825,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testComboBoxControl, "combobox-control.docx"
assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:sdt/w:sdtPr/w:dropDownList/w:listItem[1]", "value", "manolo");
assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:sdt/w:sdtPr/w:dropDownList/w:listItem[2]", "value", "pepito");
- assertXPathContent(pXmlDoc, "/w:document/w:body/w:p/w:sdt/w:sdtContent/w:r/w:t", "manolo");
+ assertXPathContent(pXmlDoc, "/w:document/w:body/w:p/w:sdt/w:sdtContent/w:r/w:t", "Manolo");
uno::Reference<drawing::XDrawPageSupplier> xDrawPageSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<drawing::XDrawPage> xDrawPage = xDrawPageSupplier->getDrawPage();
More information about the Libreoffice-commits
mailing list