summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-12-30 00:47:52 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-12-31 21:15:08 +0100
commit5a94a20229a1bd82a39006012694cdc9f02ffa31 (patch)
tree331d0126377c4197cbe9215698b84f1720ae26e1 /sw/qa
parentd06cb471ecab814c29c3b8948933fc17b63ec21e (diff)
SwFlyFrame: Modify no more
Also, make the uitest output a bit more explicit. Change-Id: I41fa08a6fc02d95ad3337129eb93f8a569cf3cbd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108491 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/uitest/writer_tests4/spellDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests4/spellDialog.py b/sw/qa/uitest/writer_tests4/spellDialog.py
index 3b9e4c31f3da..560bbb76e227 100644
--- a/sw/qa/uitest/writer_tests4/spellDialog.py
+++ b/sw/qa/uitest/writer_tests4/spellDialog.py
@@ -129,5 +129,5 @@ frog, dogg, catt"""
# "good" is an insertion by fixing the first misspelling),
# but now "goood" is not a misspelling because it is accepted
# correctly without the redline containing a deleted "o"
- self.assertTrue(output_text == 'goood baaadbaaed eeend')
+ self.assertEqual(output_text, 'goood baaadbaaed eeend')