From d5e725a9b522706f4226c871648a489e15acf1bc Mon Sep 17 00:00:00 2001 From: "Helge Delfs [hde]" Date: Mon, 25 Oct 2010 11:04:49 +0200 Subject: automationdev300m87#i115106#replaced hFileOpenLocally with hFileOpen --- testautomation/writer/optional/includes/textframes/w_textframes2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/textframes/w_textframes2.inc b/testautomation/writer/optional/includes/textframes/w_textframes2.inc index 5f58ba252aa6..4fca2bdbddb6 100644 --- a/testautomation/writer/optional/includes/textframes/w_textframes2.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes2.inc @@ -1075,7 +1075,7 @@ testcase tTextframes_31 Sleep 2 '/// Check if the frame is non-editable - hFileOpenLocally( sTestFile ) + hFileOpen( sTestFile ) Call wTypeKeys ( "" ) @@ -1132,7 +1132,7 @@ testcase tTextframes_32 Sleep 2 '/// Check if the text can be inputed into frame - hFileOpenLocally( sTestFile ) + hFileOpen( sTestFile ) Call wTypeKeys "" Wait 500 -- cgit