From d07dc2bc0488dfa451dd3f456f2da78c8da26a70 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Thu, 20 Feb 2020 09:58:27 +0100 Subject: [PATCH] uitest: forgot to uncomment this line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit introduced in ae17b8481532fa192f3f93a6dcf687fed394cf58 Thanks to Stephan for pointing out Change-Id: I4124762e4cb600773e4f471a10a8b4736434679f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89075 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ --- sd/qa/uitest/impress_tests/tdf130440.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd/qa/uitest/impress_tests/tdf130440.py b/sd/qa/uitest/impress_tests/tdf130440.py index f724ed9a78da..31bf83c196ea 100644 --- a/sd/qa/uitest/impress_tests/tdf130440.py +++ b/sd/qa/uitest/impress_tests/tdf130440.py @@ -33,7 +33,7 @@ class tdf129346(UITestCase): self.xUITest.executeCommand(".uno:Redo") # usually passes, but sometimes it asserts with AssertionError: 1 != 2 #self.assertEqual(document.CurrentController.getCurrentPage().Number, 2) - #self.xUITest.executeCommand(".uno:Redo") + self.xUITest.executeCommand(".uno:Redo") xDoc = self.xUITest.getTopFocusWindow() xEdit = xDoc.getChild("impress_win")