summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
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")