Issue 97825 - [Automation] Eliminate function fDateiOeffnen
Summary: [Automation] Eliminate function fDateiOeffnen
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: 2009-01-07 10:58 UTC by joerg.skottke
Modified: 2013-08-07 15:07 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
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 2009-01-07 10:58:03 UTC
This function is defined multiple times within the
dbaccess/required/includes/*.inc files.
Please delete all occurrences and use hFileOpen instead.
Comment 1 joerg.skottke 2009-01-07 11:00:31 UTC
Note: The function is used incorrectly everywhere as it is a function with an
(unused) return value.
The test cases use "Call" to trigger the function, return values are ignored.
The function takes about 7 seconds to complete what can be done in just one
second (possibly)
Comment 2 joerg.skottke 2009-01-07 11:25:03 UTC
Taking ownership, will fix while changing count of menu entries for MacOSX which
needs to be done for each file anyway.
CWS macmenusquit
Comment 3 joerg.skottke 2009-01-07 11:25:26 UTC
Started
Comment 4 joerg.skottke 2009-01-07 11:46:18 UTC
Function removed from files, calls to fDateiOeffnen() now use hFileOpen().
Comment 5 joerg.skottke 2009-01-07 12:40:22 UTC
Verified in rev. 265962
Comment 6 joerg.skottke 2009-03-17 20:32:56 UTC
Close