Issue 96649 - [Automation] Eliminate hWindowGetCount()
Summary: [Automation] Eliminate hWindowGetCount()
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 09:45 UTC by joerg.skottke
Modified: 2013-08-07 15:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2008-11-27 09:45:22 UTC
Fancy content of the function hWindowGetCount():

function hWindowGetCount () as integer

    hWindowGetCount = GetDocumentCount()

end function

... used 3 times within testautomation, one is self. Removing.
Comment 1 joerg.skottke 2008-11-27 09:54:05 UTC
Removed a number of calls from t_menu.inc
- one call from c_so7_pp1_iz.inc
- one call from c_so7_pp1_ibis.inc

One test file affected: c_so7_pp1.bas.
Comment 2 joerg.skottke 2008-11-27 10:11:28 UTC
Verified in rev. 264466
Comment 3 joerg.skottke 2009-01-08 09:36:38 UTC
Close