summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-07-23 14:10:57 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-07-23 18:10:51 +0200
commit12a184c3fd96a4f64f5926e78a0da321f71c3d07 (patch)
tree4be13a2f3379dda25981fbc1eb0ff2328bc60612 /sw
parent17cfd3d3e2e6f807eb1faf07436c7e96e15157a7 (diff)
uitest: sw: Add comment about how the test would have failed
Change-Id: I249f3f3672c2770b516d704b74146ea017af528a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119409 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/writer_tests7/tdf143244.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/uitest/writer_tests7/tdf143244.py b/sw/qa/uitest/writer_tests7/tdf143244.py
index a47074396334..20c70d6cd0d6 100644
--- a/sw/qa/uitest/writer_tests7/tdf143244.py
+++ b/sw/qa/uitest/writer_tests7/tdf143244.py
@@ -38,6 +38,8 @@ class tdf143244(UITestCase):
if i == 0:
self.assertEqual(get_state_as_dict(hex_custom)["Text"], "bee3d3")
if i == 1:
+ # Without the fix in place, this test would have failed with
+ # AssertionError: 'bee3d3' != 'ffffff'
self.assertEqual(get_state_as_dict(hex_custom)["Text"], "ffffff")
if i == 2:
self.assertEqual(get_state_as_dict(hex_custom)["Text"], "dddddd")