Issue 93129 - [Automation] Fix security_trusted_path.inc
Summary: [Automation] Fix security_trusted_path.inc
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-08-26 09:21 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-08-26 09:21:03 UTC
Some modification to the office changed the timing of the Security Warning which
hits this test on Windows especially.

Changed the handling to use hFileWait() which is by far more stable and faster
and should resolve the error when checking for the Security Dialog (Doing a
.exists() on a dialog twice seems to be deadly for the test)
Comment 1 joerg.skottke 2008-08-26 09:23:14 UTC
Use hFileWait() instead of multiple functions. More stable, faster, better -
catching the olympic spirit.
Comment 2 joerg.skottke 2008-08-26 09:24:18 UTC
Verified in CWS greenstate30ver2, rev. 1.1.48.1
Comment 3 joerg.skottke 2008-09-29 09:54:53 UTC
Is in. Closing