Issue 93134 - [Automation] Testtool causes crash when creating workcopy of write protected files
Summary: [Automation] Testtool causes crash when creating workcopy of write protected ...
Status: CLOSED NOT_AN_OOO_ISSUE
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 10:48 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 10:48:02 UTC
Affected Tests: extras_sample_(file)_open.bas

Samples like the "Breakfast Buffet" come up with a dialog that asks to create a
local copy of a document. When the VCL Testtool confirms the dialog with "ok"
the application crashes.

This is testtool only.

As we cannot determine which document we are dealing with in different languages
(their names are translated and there is no other identification possible) i
changed the default behavior to *not* create a copy. An issue exists for the
crashing office/testtool problem.
Comment 1 joerg.skottke 2008-08-26 11:29:28 UTC
fixed in t_files.inc
Comment 2 joerg.skottke 2008-08-26 11:31:29 UTC
wrong. Fixed in t_filetools.inc, verified
Comment 3 joerg.skottke 2008-10-29 09:51:12 UTC
Just for the records: Line 209 in t_filetools.inc now reads 

    active.cancel()

which was 

   active.ok() 

before.

Need to fix for 3.1, reopen, retarget
Comment 4 joerg.skottke 2009-04-24 12:46:44 UTC
No longer relevant
Comment 5 joerg.skottke 2009-04-24 12:51:14 UTC
close