sw/qa/uitest/writer_tests/wordCount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f0bf741e0cda449666a9648f5bd2cef7c4d919d0 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Apr 1 22:06:43 2020 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Apr 2 21:32:35 2020 +0200 Run both test functions named test_word_count_interpunction_counted_tdf56975 ...by giving them different names. The first function had been hidden by the second ever since both were introduced in 5db29ca06b56bb235b0e8dfd0956715730f9cf0d "uitest-Word Count;tdf#68347 tdf#91100 tdf#58050 tdf#56975 tdf#56975" Change-Id: I6ab927b0fe0374927dacbe30fd930763cba96d62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91534 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sw/qa/uitest/writer_tests/wordCount.py b/sw/qa/uitest/writer_tests/wordCount.py index 1b3d22616bb2..96ff3ea47349 100644 --- a/sw/qa/uitest/writer_tests/wordCount.py +++ b/sw/qa/uitest/writer_tests/wordCount.py @@ -125,7 +125,7 @@ class writerWordCount(UITestCase): self.ui_test.close_doc() - def test_word_count_interpunction_counted_tdf56975(self): + def test_word_count_interpunction_counted_tdf56975_a(self): self.ui_test.create_doc_in_start_center("writer") xWriterDoc = self.xUITest.getTopFocusWindow() @@ -159,7 +159,7 @@ class writerWordCount(UITestCase): self.ui_test.close_doc() - def test_word_count_interpunction_counted_tdf56975(self): + def test_word_count_interpunction_counted_tdf56975_b(self): self.ui_test.create_doc_in_start_center("writer") xWriterDoc = self.xUITest.getTopFocusWindow() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits