sw/qa/uitest/writer_tests5/tdf106899.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 2fe5fcfec107be93793f77f868763ab58da3573a
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Mon Jan 24 20:54:26 2022 +0100
Commit:     Andreas Heinisch <andreas.heini...@yahoo.de>
CommitDate: Wed Jan 26 22:16:38 2022 +0100

    Remove debug import of time
    
    Change-Id: I847f7c1a641d85a9f0d74c04a94463c515337c7c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128819
    Tested-by: Jenkins
    Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de>

diff --git a/sw/qa/uitest/writer_tests5/tdf106899.py 
b/sw/qa/uitest/writer_tests5/tdf106899.py
index 389552e24a89..bd77c29457c8 100644
--- a/sw/qa/uitest/writer_tests5/tdf106899.py
+++ b/sw/qa/uitest/writer_tests5/tdf106899.py
@@ -10,7 +10,6 @@
 import org.libreoffice.unotest
 from uitest.framework import UITestCase
 from uitest.uihelper.common import get_url_for_data_file
-import time
 
 class tdf106899(UITestCase):
 
@@ -38,7 +37,7 @@ class tdf106899(UITestCase):
             xCursor.gotoRange(xDocumentIndex.getAnchor().getEnd(), False)
             xCursor.gotoStartOfParagraph(True)
 
-            # Without the fix in place the index does not contain the ut8 
index entry
+            # Without the fix in place the index does not contain the utf8 
index entry
             self.assertEqual("Nguyễn Khánh" in xCursor.getString(), True)
 
 # vim: set shiftwidth=4 softtabstop=4 expandtab:

Reply via email to