src/test/importtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9aa2bad07685d5641649d2065d46fd2ace19c280 Author: Bartosz Kosiorek <gan...@poczta.onet.pl> AuthorDate: Tue Oct 8 17:38:34 2024 +0200 Commit: Bartosz Kosiorek <gan...@poczta.onet.pl> CommitDate: Tue Oct 8 18:03:46 2024 +0200 tdf#126402 Fix testVsd11FormatLine test Change-Id: I251c99564253cf4b8125c302797e5a13c0cfb9c0 Reviewed-on: https://gerrit.libreoffice.org/c/libvisio/+/174697 Tested-by: Bartosz Kosiorek <gan...@poczta.onet.pl> Reviewed-by: Bartosz Kosiorek <gan...@poczta.onet.pl> diff --git a/src/test/importtest.cpp b/src/test/importtest.cpp index c4fcf5c..1dc4945 100644 --- a/src/test/importtest.cpp +++ b/src/test/importtest.cpp @@ -413,7 +413,7 @@ void ImportTest::testVsd11FormatLine() assertXPath(m_doc, "/document/page/setStyle[5]", "marker-start-center", "true"); assertXPath(m_doc, "/document/page/setStyle[6]", "marker-end-path", - "M1500 0l1500 2789v211h-114l-1286-2392v2392h-200v-2392l-1286 2392h-114v-211z"); + "m1286 0 1200 2789v211h-114l-986-2392v2392h-200v-2392l-1072 2392h-114v-211z"); assertXPathNoAttribute(m_doc, "/document/page/setStyle[6]", "marker-end-center"); assertXPath(m_doc, "/document/page/setStyle[6]", "marker-start-center", "true"); assertXPathNoAttribute(m_doc, "/document/page/setStyle[11]", "marker-start-center");