summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-02-20 09:58:27 +0100
committerXisco Faulí <xiscofauli@libreoffice.org>2020-02-20 10:51:10 +0100
commitd07dc2bc0488dfa451dd3f456f2da78c8da26a70 (patch)
treeecd80f907969889fc47818cfc9b18d86be4dc948 /sd
parent7aaa3109edfc2e1fadc533d4d276ee7c14b80dea (diff)
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@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/uitest/impress_tests/tdf130440.py2
1 files changed, 1 insertions, 1 deletions
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")