Issue 113136

Summary: sw/qa/unoapi sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleEditableText failure
Product: Writer Reporter: Stephan Bergmann <stephan.bergmann.secondary>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, mst.ooo
Version: DEV300m84   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Stephan Bergmann 2010-07-14 09:37:28 UTC
At least when running subsequenttests in DEV300_m84 based CWS sb126 on unxsoli4
non-pro in sw/qa/unoapi once experienced failure

21: checking:
[sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleEditableText]
is iface: [com.sun.star.accessibility.XAccessibleEditableText] testcode:
[ifc.accessibility._XAccessibleEditableText]
21: LOG> Execute: cutText()
21: LOG> Text: 'XAccessibleText'
21: LOG> Character count: 15
21: cutText(-1,14): LOG> expected exception => OK
21: LOG> Current text: 'XAccessibleText'
21: cutText(0,16): LOG> expected exception => OK
21: LOG> Current text: 'XAccessibleText'
21: cutText(0,15): true
21: LOG> Current text: ''
21: Method cutText() finished with state OK
21: LOG> cutText(): PASSED.OK
21: 
21: LOG> Execute: pasteText()
21: LOG> starting required method: cutText()
21: LOG> Text: ''
21: LOG> Character count: 0
21: pasteText(-1): LOG> expected exception => OK
21: LOG> Current text: ''
21: pasteText(1): LOG> expected exception => OK
21: LOG> Current text: ''
21: pasteText(0): true
21: LOG> Current text: ''
21: LOG> Expected text: 'XAccessibleText'
21: Method pasteText() finished with state FAILED
21: LOG> pasteText(): PASSED.FAILED
21: 
21: LOG> Execute: deleteText()
21: LOG> Execute: insertText()
21: LOG> Text: ''
21: LOG> Character count: 0
21: insertText(insStr, -1): LOG> expected exception => OK
21: LOG> Current text: ''
21: insertText(insStr,1): LOG> expected exception => OK
21: LOG> Current text: ''
21: insertText(insStr,0): true
21: LOG> Current text: 'Inserted stringAccessibleTex'
21: LOG> Expected text: 'Inserted string'
21: Method insertText() finished with state FAILED
21: LOG> insertText(): PASSED.FAILED
21: 
21: LOG> Text: 'Inserted stringAccessibleTex'
21: LOG> Character count: 28
21: deleteText(-1,28): LOG> expected exception => OK
21: LOG> Current text: 'Inserted stringAccessibleTex'
21: deleteText(0,29): LOG> expected exception => OK
21: LOG> Current text: 'Inserted stringAccessibleTex'
21: deleteText(27,28): true
21: LOG> Current text: 'Inserted stringAccessibleTe'
21: LOG> Expected text: 'Inserted stringAccessibleTe'
21: Method deleteText() finished with state OK
21: LOG> deleteText(): PASSED.OK
21: 
21: LOG> Execute: replaceText()
21: LOG> Text: 'Inserted stringAccessibleTe part of string for replace'
21: LOG> Character count: 54
21: replaceText(-1,54): LOG> expected exception => OK
21: LOG> Current text: 'Inserted stringAccessibleTe part of string for replace'
21: replaceText(0,55): LOG> expected exception => OK
21: LOG> Current text: 'Inserted stringAccessibleTe part of string for replace'
21: replaceText(27,54): true
21: LOG> Current text: 'Inserted stringAccessibleTeString for replace'
21: LOG> Expected text: 'Inserted stringAccessibleTeString for replace'
21: Method replaceText() finished with state OK
21: LOG> replaceText(): PASSED.OK
21: 
21: LOG> Execute: setAttributes()
21: LOG> Text: 'Inserted stringAccessibleTeString for replace'
21: LOG> Length: 45
21: setAttributes(-1,44):LOG> expected exception => OK
21: setAttributes(0,46):LOG> expected exception => OK
21: Method setAttributes() finished with state OK
21: setAttributes(0,45):true
21: checking that new attributes was set...true
21: LOG> setAttributes(): PASSED.OK
21: 
21: LOG> Execute: setText()
21: LOG> Current text: 'Inserted stringAccessibleTeString for replace'
21: setText('New text'): true
21: LOG> getText(): 'New text'
21: setText(''): true
21: LOG> getText(): ''
21: setText('Inserted stringAccessibleTeString for replace'): true
21: LOG> getText(): 'Inserted stringAccessibleTeString for replace'
21: Method setText() finished with state OK
21: LOG> setText(): PASSED.OK
21: ***** State for
sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleEditableText
******
21:
[sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleEditableText::pasteText()]
is testcode: [pasteText()] - PASSED.FAILED
21:
[sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleEditableText::insertText()]
is testcode: [insertText()] - PASSED.FAILED
Comment 1 Oliver Specht 2010-07-14 11:13:18 UTC
->mst: Also one of that special unxsol problems?
Comment 2 Stephan Bergmann 2010-09-17 10:51:53 UTC
worked around for now by disabling affected tests as
<http://hg.services.openoffice.org/cws/sb126/rev/3ceba680c264>; please revert
when fixing this issue
Comment 3 Marcus 2017-05-20 11:33:37 UTC
Reset assigne to the default "issues@openoffice.apache.org".