From 5460371328f57e2462df37730cf04b1de1039ae4 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Jul 2010 14:27:24 +0200 Subject: jl154: #i113234 - Reworked tests that chaeck presence of scripts, implemanted compare functionality to ease finding lost scripts --- .../framework/tools/includes/wizards.inc | 143 ++++++--------------- 1 file changed, 37 insertions(+), 106 deletions(-) (limited to 'testautomation/framework/tools/includes') diff --git a/testautomation/framework/tools/includes/wizards.inc b/testautomation/framework/tools/includes/wizards.inc index a140401c1202..39f72f3df901 100755 --- a/testautomation/framework/tools/includes/wizards.inc +++ b/testautomation/framework/tools/includes/wizards.inc @@ -31,117 +31,48 @@ '* '\****************************************************************************** -function hOpenWizardWithMenu( cType as string ) as integer +function hOpenWizard( cWizard as string ) as boolean - const CFN = "hOpenWizardWithMenu::" + const CFN = "hOpenWizard(): " + const NUMBER_OF_RETRIES = 3 - '///

Open a wizard via menu

- '///Starting point: Any plain document
- '///Uses: framework/tools/input/menuentries.txt
- '///Input: - '///
    - '///+
  1. Name of Wizard (string). Known Wizards are:
  2. - '/// - '///
- '///Returns: - '///
    - '///+
  1. Errorcode (integer)
  2. - '/// - '///
- '///Description: - '/// - end function '******************************************************************************* -- cgit