From 4f63043272c51c611cf4ddf858f11bcf1c727b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Fern=C3=A1ndez=20de=20la=20Cigo=C3=B1a=20N=C3=B3vo?= =?UTF-8?q?a?= Date: Tue, 9 Aug 2011 13:16:21 +0200 Subject: [PATCH] Change one line in progress_test.sah because it produced an error in some machines FEA: ItEr75S18DataTypesTests --- scripts/functional-tests/data-types/progress_test.sah | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functional-tests/data-types/progress_test.sah b/scripts/functional-tests/data-types/progress_test.sah index 77822b7ab..4b310e5b0 100644 --- a/scripts/functional-tests/data-types/progress_test.sah +++ b/scripts/functional-tests/data-types/progress_test.sah @@ -107,7 +107,7 @@ function progressAssignProject($projectName, $progressNewName){ _setValue(_textbox("z-decimalbox", _near(_textbox("z-combobox-inp"))),"10.00"); _click(_cell("Add measure")); _click(_cell("z-button-cm[37]", _near(_row("footer")))); - _setValue(_textbox("z-decimalbox[1]"), "0.1"); + _setValue(_textbox(0, _near(_parentTable(_div("Value")))), "0.1"); _click(_image("ico_save.png")); _click(_cell("OK")); }