sw/qa/extras/uiwriter/uiwriter5.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b111418f612a511b94d9b789a57fccf095c00f23
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Fri Jun 2 08:46:09 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Jun 2 09:50:24 2023 +0200

    CppunitTest_sw_uiwriter5: fix build
    
    See
    
<https://gerrit.libreoffice.org/c/core/+/152336/3#message-c6562aa5808e9430d518bb145015ed6260296312>.
    
    Change-Id: I8c45a5457fedbd3b9fecb6cef255f07655798d07
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152524
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/qa/extras/uiwriter/uiwriter5.cxx 
b/sw/qa/extras/uiwriter/uiwriter5.cxx
index c8927ff15f52..dc2506881c19 100644
--- a/sw/qa/extras/uiwriter/uiwriter5.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter5.cxx
@@ -2721,7 +2721,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest5, 
testTdf155341_RedlineTableColumnInsertionW
     assertXPath(pXmlDoc, "//page[1]//body/tab/row/cell", 3);
 
     // Save it and load it back.
-    reload("writer8", "tdf150673_tracked_column_insertion.odt");
+    saveAndReload("writer8");
     pDoc = getSwDoc();
 
     // reject the insertion of the hidden content of the cell

Reply via email to