summaryrefslogtreecommitdiff
path: root/sw/qa/uitest
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2019-04-27 16:03:30 +0200
committerCaolán McNamara <caolanm@redhat.com>2019-04-27 17:37:44 +0200
commit41f427f9b816061d985da31954fdf414b9a39a3d (patch)
tree4addb05b84dcf064d987741f9ef9b68f88745a1f /sw/qa/uitest
parentd6f80cff1c92a6941e53b0ceea2a83cc5d2b452c (diff)
uitest for bug tdf#123313
https://bugs.documentfoundation.org/show_bug.cgi?id=123313#c9 Change-Id: Id72829984affbb1c4ce5bba4704e19a560260357 Reviewed-on: https://gerrit.libreoffice.org/71418 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/qa/uitest')
-rw-r--r--sw/qa/uitest/writer_tests5/tdf123446.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests5/tdf123446.py b/sw/qa/uitest/writer_tests5/tdf123446.py
index c7d8277d337e..dd39dd9f5c64 100644
--- a/sw/qa/uitest/writer_tests5/tdf123446.py
+++ b/sw/qa/uitest/writer_tests5/tdf123446.py
@@ -38,7 +38,8 @@ class tdf123446(UITestCase):
#- Redo the ToC insertion.
self.xUITest.executeCommand(".uno:Redo")
#=> Crash. Now we verify the text
- #self.xUITest.executeCommand(".uno:Undo") # This second undo crash in Clang build
+ # This second undo crash in Clang build https://bugs.documentfoundation.org/show_bug.cgi?id=123313#c9
+ self.xUITest.executeCommand(".uno:Undo")
self.assertEqual(document.Text.String[0:7], "LibreOf")
self.ui_test.close_doc()