You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2010/02/17 12:43:27 UTC

[jira] Assigned: (HARMONY-6392) [classlib][swing] Test failures in javax.swing.text.html.HTMLDocument_Reader_ActionsTest

     [ https://issues.apache.org/jira/browse/HARMONY-6392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin reassigned HARMONY-6392:
--------------------------------------

    Assignee: Oliver Deakin

> [classlib][swing] Test failures in javax.swing.text.html.HTMLDocument_Reader_ActionsTest
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6392
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6392
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows x86
>            Reporter: Oliver Deakin
>            Assignee: Oliver Deakin
>             Fix For: 6.0M1, 5.0M12
>
>
> I see 1 failure and 1 error.
> javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4582 fails with output:
> N/A
> java.lang.NullPointerException
> at javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4582(HTMLDocument_Reader_ActionsTest.java:584)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:116)
> at javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:121)
> at javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:135)
> at java.lang.Thread.run(Thread.java:669)
> javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4615 fails with output:
> null expected:<[line4 line4]> but was:<[ line4 line]>
> junit.framework.ComparisonFailure: null expected:<[line4 line4]> but was:<[line4 line]>
> at javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4615(HTMLDocument_Reader_ActionsTest.java:601)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:116)
> at javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:121)
> at javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:135)
> at java.lang.Thread.run(Thread.java:669)
> These tests pass for me against M11.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.