[Libreoffice-commits] core.git: sw/qa
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 2 19:33:11 UTC 2020
sw/qa/uitest/writer_tests/wordCount.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f0bf741e0cda449666a9648f5bd2cef7c4d919d0
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Apr 1 22:06:43 2020 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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()
More information about the Libreoffice-commits
mailing list