summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-06-12 14:12:54 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-06-12 17:06:05 +0200
commit6e9f0d3e68bfe1b46e0280815fb969280b1d19c9 (patch)
tree8d5755d906dd57c5a79a505df19e98abe1b8d8e3 /uitest
parent12e322e2732bdb904eac1615f96ad9318450cb59 (diff)
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 <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/manual_tests/calc.py2
1 files changed, 1 insertions, 1 deletions
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")