[Libreoffice-commits] core.git: uitest/manual_tests

Miklos Vajna vmiklos at collabora.co.uk
Mon Jun 12 15:06:27 UTC 2017


 uitest/manual_tests/calc.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e9f0d3e68bfe1b46e0280815fb969280b1d19c9
Author: Miklos Vajna <vmiklos at 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 <vmiklos at collabora.co.uk>
    Tested-by: Jenkins <ci at 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")
 


More information about the Libreoffice-commits mailing list