sw/qa/uitest/writer_tests5/tdf123446.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4834cd392a93f14e9fb5c83accc5f416384841cf
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Fri May 6 14:06:00 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Fri May 6 15:56:08 2022 +0200

    uitest: fix typo
    
    Change-Id: I1cd8d50a5d4dce0dcb436d218af5de0ed8f05f3d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133935
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/qa/uitest/writer_tests5/tdf123446.py 
b/sw/qa/uitest/writer_tests5/tdf123446.py
index 5989adb0f435..53f8208f8334 100644
--- a/sw/qa/uitest/writer_tests5/tdf123446.py
+++ b/sw/qa/uitest/writer_tests5/tdf123446.py
@@ -13,7 +13,7 @@ from uitest.uihelper.common import type_text
 
 class tdf123446(UITestCase):
 
-   def test_tsd123446_undo_redo_ToC_crash(self):
+   def test_tdf123446_undo_redo_ToC_crash(self):
         with self.ui_test.create_doc_in_start_center("writer") as document:
             xWriterDoc = self.xUITest.getTopFocusWindow()
             xWriterEdit = xWriterDoc.getChild("writer_edit")

Reply via email to