diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-04-01 22:06:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-04-02 21:32:35 +0200 |
commit | f0bf741e0cda449666a9648f5bd2cef7c4d919d0 (patch) | |
tree | 8ab921f75df2d10ef039121709dbe70f8dbbf293 /sw | |
parent | 6df92df74b68d5965ae3fbe9ce5cdc484f03ff20 (diff) |
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@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/uitest/writer_tests/wordCount.py | 4 |
1 files changed, 2 insertions, 2 deletions
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() |