[Libreoffice-commits] core.git: sd/qa

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 20 09:51:49 UTC 2020


 sd/qa/uitest/impress_tests/tdf130440.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d07dc2bc0488dfa451dd3f456f2da78c8da26a70
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu Feb 20 09:58:27 2020 +0100
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Thu Feb 20 10:51:10 2020 +0100

    uitest: forgot to uncomment this line
    
    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í <xiscofauli at libreoffice.org>

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")


More information about the Libreoffice-commits mailing list