You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/06/15 23:12:25 UTC

[jira] Created: (HARMONY-4194) [classlib][swing] javax.swing.text.html.MinimalHTMLWriterTest#testWriteContent

[classlib][swing] javax.swing.text.html.MinimalHTMLWriterTest#testWriteContent
------------------------------------------------------------------------------

                 Key: HARMONY-4194
                 URL: https://issues.apache.org/jira/browse/HARMONY-4194
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: Linux x86, IBM VME, Harmony r547697
            Reporter: Tim Ellison
            Priority: Minor


Intermittent failure of test 
   javax.swing.text.html.MinimalHTMLWriterTest#testWriteContent

with

expected:<... </b> <span style="[color: #00ff00">~] more green text> but was:<... </b> <span style="[] more green text>

junit.framework.ComparisonFailure: expected:<... </b> <span style="[color: #00ff00">~] more green text> but was:<... </b> <span style="[] more green text> at javax.swing.text.html.MinimalHTMLWriterTest.testWriteContent(MinimalHTMLWriterTest.java:220) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:45) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java:138) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:74) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48)


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