From 8fe7b07fc8bed0797b9d565443c11065a40e2a85 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 19 Oct 2010 10:26:25 +0200 Subject: [PATCH 1/2] automationdev300m87: #i115106 - f_basic_formcontrols.bas - added issue id for #i115117. --- .../framework/optional/includes/basic_formcontrols.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 testautomation/framework/optional/includes/basic_formcontrols.inc diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc old mode 100755 new mode 100644 index cc8f999ff9ad..68d6ae7c80ef --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -122,7 +122,7 @@ testcase tAllControlsOnDialog( cMajor as string ) if ( hFindFirstDialog() ) then printlog( "First dialog found. Good." ) else - warnlog( "Could not access dialog, aborting test" ) + warnlog( "#i115117 - Could not access dialog, accelerator not working? (Test interrupted)" ) hCloseBasicIde() hDestroyDocument() goto endsub From bd7c28f9047c54b70a268efc572a14d570926446 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 20 Oct 2010 08:12:34 +0200 Subject: [PATCH 2/2] automationdev300m87: #i112208 - Fix two test cases, remove a few unnecessary sleeps --- .../includes/so7pp1/c_so7_pp1_ibis.inc | 91 +++++++++---------- 1 file changed, 45 insertions(+), 46 deletions(-) diff --git a/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc b/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc index 2514945a6d42..9e25d898d8ce 100644 --- a/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc +++ b/testautomation/spreadsheet/optional/includes/so7pp1/c_so7_pp1_ibis.inc @@ -27,7 +27,7 @@ '** '** owner : oliver.craemer@Sun.COM '** -'** short description : Test IBIS bug fixes +'** short description : Test IBIS bug fixes '** '************************************************************************ ' ** @@ -40,20 +40,17 @@ testcase tIBIS111099 Dim testdoc as string - testdoc = convertpath(gOfficePath & "user/work/111099.xls") - Printlog "Copy testdocument locally" - app.FileCopy convertpath(gTesttoolpath & "spreadsheet\optional\input\111099.xls"),gOfficePath + ConvertPath("user/work/111099.xls") + testdoc = convertpath( gTesttoolpath & "spreadsheet\optional\input\111099.xls" ) + printlog " Open the test document" hFileOpenLocally(testdoc) - '/// Invoke Control Toolbar - '///+ Try to click control 'Push Button' - '///+>