Issue 58792 - enhance API test for XAccessibleEditableText for Writer paragraphs
Summary: enhance API test for XAccessibleEditableText for Writer paragraphs
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: Oliver-Rainer Wittmann
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 15:32 UTC by Oliver-Rainer Wittmann
Modified: 2013-02-24 21: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 Oliver-Rainer Wittmann 2005-12-02 15:32:18 UTC
Due to issue i27138 the XAccessibleEditableText implementation for Writer
paragraphs will provide relations CONTENT_FLOWS_FROM and CONTENT_FLOWS_TO via
its interface method <XAccessibleContext::getAccessibleRelationSet()>

Please adjust the corresponding API test. E.g., it should check, if two
consecutive paragraphs in a Writer document provide the corresponding relations.
Comment 1 stephan.wunderlich 2006-01-03 17:01:02 UTC
sw->od: added an complex test to sw/qa/complex.

For execution do the following

1. start the office listening to port 8100
      e.g. soffice -accept=socket,host=0,port=8100;urp;
2. change to the folder sw/qa/complex/accessibility
3. call "dmake"
4. call "dmake run"
Comment 2 stephan.wunderlich 2006-01-03 17:09:27 UTC
setting to fixed
Comment 3 Oliver-Rainer Wittmann 2006-01-05 10:17:01 UTC
OD: Improved and verified together with SW on cws swqbf49
Comment 4 Oliver-Rainer Wittmann 2006-12-06 09:21:17 UTC
closing
Comment 5 cuodenumyp 2010-11-10 17:08:08 UTC
Created attachment 73391