uitest/manual_tests/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6e9f0d3e68bfe1b46e0280815fb969280b1d19c9 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Mon Jun 12 14:12:54 2017 +0200 Revert "uitest: disable failing part of manual_tests/calc.py" This reverts commit 8c59cfb6aad60c06271ac7ae3c124132bdf223c9. Turns out this was a problem for non-English locales only, and Markus fixed this in general in the meantime. Change-Id: I4bb487345b9de4ee637538bbb9d53faa98c7ec5f Reviewed-on: https://gerrit.libreoffice.org/38698 Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> Tested-by: Jenkins <c...@libreoffice.org> diff --git a/uitest/manual_tests/calc.py b/uitest/manual_tests/calc.py index 761c611d4d18..2f4524134f77 100644 --- a/uitest/manual_tests/calc.py +++ b/uitest/manual_tests/calc.py @@ -130,7 +130,7 @@ class ManualCalcTests(UITestCase): enter_text_to_cell(xGridWin, cell, text) self.ui_test.execute_blocking_action(enter_text, "ok", args=("A1", "abc")) - #self.ui_test.execute_blocking_action(enter_text, "ok", args=("B6", "2.18")) + self.ui_test.execute_blocking_action(enter_text, "ok", args=("B6", "2.18")) enter_text_to_cell(xGridWin, "C2", "24") _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits