sd/qa/uitest/impress_tests/tdf91762.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f4b394b830e38961a221b6bdd9a5aa2271dc9247 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon Nov 9 15:18:28 2020 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon Nov 9 16:13:33 2020 +0100 uitest: fix comments Change-Id: I9c340b0912ffcc5bb4e582cc7fc06eb352d24e3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105482 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sd/qa/uitest/impress_tests/tdf91762.py b/sd/qa/uitest/impress_tests/tdf91762.py index 3c52b4ff9cf9..2487bc2a4726 100644 --- a/sd/qa/uitest/impress_tests/tdf91762.py +++ b/sd/qa/uitest/impress_tests/tdf91762.py @@ -33,7 +33,6 @@ class tdf91762(UITestCase): self.assertEqual(1400, document.DrawPages[0].getByIndex(1).Position.X) self.assertEqual(3685, document.DrawPages[0].getByIndex(1).Position.Y) - #The table is selected, use esc to start editing xDoc = self.xUITest.getTopFocusWindow() xEdit = xDoc.getChild("impress_win") for i in range(5): @@ -41,6 +40,7 @@ class tdf91762(UITestCase): xEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RETURN"})) # tdf#138011: Without the fix in place, this test would have failed with + # AssertionError: 5494 != 3559 self.assertEqual(5494, document.DrawPages[0].getByIndex(1).BoundRect.Height) self.ui_test.close_doc() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits