Issue 111278 - svx/qa/unoapi svx.AccessibleEditableTextPara failure
Summary: svx/qa/unoapi svx.AccessibleEditableTextPara failure
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: DEV300m77
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 10:36 UTC by Stephan Bergmann
Modified: 2013-01-29 21:48 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 Stephan Bergmann 2010-04-30 10:36:45 UTC
At least on DEV300_m77-based CWS sb120 (mainly making changes to the testing
framework), executing svx/qa/unoapi (via enabled subsequenttests build step) at
least under Ubuntu-8.04-amd64 buildbot once failed at (see
<http://termite.services.openoffice.org/buildbot/builders/Ubuntu-8.04-amd64/builds/1987>):

17: Connecting the Office with
uno:pipe,name=oootestb671969d-cedf-4441-a742-a7fa13a51431;urp;StarOffice.ServiceManager
17: [30.04.2010 - 00:37:04,627]OfficeProvider: trying to connect to
uno:pipe,name=oootestb671969d-cedf-4441-a742-a7fa13a51431;urp;StarOffice.ServiceManager
17: [30.04.2010 - 00:37:04,686]OfficeProvider: resolved url
17: Creating: svx.AccessibleEditableTextPara
17: LOG> Log started 30.03.2010 - 00:37:06
17: LOG> creating a spreadsheetdocument
17: LOG> ImplementationName Error getting Implementation name (
java.lang.NullPointerException )
17: Exception while getting Environment Couldn't create a test object
17: java.lang.IllegalArgumentException: Couldn't create a test object
17: 	at lib.TestEnvironment.<init>(TestEnvironment.java:74)
17: 	at
mod._svx.AccessibleEditableTextPara.createTestEnvironment(AccessibleEditableTextPara.java:93)
17: 	at lib.TestCase.getTestEnvironment(TestCase.java:132)
17: 	at base.java_fat.getTestEnvironment(java_fat.java:334)
17: 	at base.java_fat.executeTest(java_fat.java:181)
17: 	at org.openoffice.Runner.run(Runner.java:239)
17: 	at org.openoffice.svx.qa.unoapi.Test.test(Test.java:44)
17: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
17: 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
17: 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
17: 	at java.lang.reflect.Method.invoke(Method.java:585)
17: 	at
org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
17: 	at
org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
17: 	at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
17: 	at
org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
17: 	at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
17: 	at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
17: 	at
org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
17: 	at
org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
17: 	at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
17: 	at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
17: 	at org.junit.internal.runners.CompositeRunner.run(CompositeRunner.java:29)
17: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:130)
17: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:109)
17: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:100)
17: 	at org.junit.runner.JUnitCore.runMain(JUnitCore.java:81)
17: 	at org.junit.runner.JUnitCore.main(JUnitCore.java:44)
17: LOG>     disposing xSheetDoc 
17: ***** State for svx.AccessibleEditableTextPara ******
17: Whole component: Couldn't create AccessibleEditableTextPara
Comment 1 Stephan Bergmann 2010-04-30 10:39:40 UTC
worked around for now by disabling the affected tests in svx/qa/unoapi/svx.sce,
see <http://hg.services.openoffice.org/cws/sb120/rev/b5665c380746>; please
revert when fixing this issue
Comment 2 ooo 2010-09-02 18:35:24 UTC
reassigned to MT for further evaluation
Comment 3 malte_timmermann 2010-09-06 11:26:43 UTC
MT->TL: EditEngine Accessibility.
Please check if the bug was in the test, or in the EditEngine...