[Libreoffice-commits] core.git: sc/qa
Szabolcs Toth (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 4 05:36:10 UTC 2019
sc/qa/unit/subsequent_export-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1ab80992b8b9445e4cfad7f5b772bbef5a4b3c7b
Author: Szabolcs Toth <szabolcs450 at gmail.com>
AuthorDate: Wed Sep 25 11:47:08 2019 +0200
Commit: László Németh <nemeth at numbertext.org>
CommitDate: Fri Oct 4 07:35:36 2019 +0200
CppunitTest_sc_subsequent_export_test: correct link to namespace x
This fix makes it possible to use assertXPath on VmlDrawing elements.
Change-Id: I6feae279933f18209cda8193f73dec25acee3c71
Reviewed-on: https://gerrit.libreoffice.org/79520
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth at numbertext.org>
Tested-by: László Németh <nemeth at numbertext.org>
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
old mode 100644
new mode 100755
index d4cee605170d..30cb91116875
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -381,7 +381,7 @@ void ScExportTest::registerNamespaces(xmlXPathContextPtr& pXmlXPathCtx)
{ BAD_CAST("draw"), BAD_CAST("urn:oasis:names:tc:opendocument:xmlns:drawing:1.0") },
{ BAD_CAST("xlink"), BAD_CAST("http://www.w3c.org/1999/xlink") },
{ BAD_CAST("xdr"), BAD_CAST("http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing") },
- { BAD_CAST("x"), BAD_CAST("http://schemas.openxmlformats.org/spreadsheetml/2006/main") },
+ { BAD_CAST("xx"), BAD_CAST("urn:schemas-microsoft-com:office:excel") },
{ BAD_CAST("r"), BAD_CAST("http://schemas.openxmlformats.org/package/2006/relationships") },
{ BAD_CAST("number"), BAD_CAST("urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0") },
{ BAD_CAST("loext"), BAD_CAST("urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0") },
More information about the Libreoffice-commits
mailing list