[Libreoffice-commits] core.git: sw/qa
Zdeněk Crhonek (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 27 15:39:46 UTC 2019
sw/qa/uitest/writer_tests5/tdf123446.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 41f427f9b816061d985da31954fdf414b9a39a3d
Author: Zdeněk Crhonek <zcrhonek at gmail.com>
AuthorDate: Sat Apr 27 16:03:30 2019 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Apr 27 17:37:44 2019 +0200
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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()
More information about the Libreoffice-commits
mailing list