On Thu, 2006-01-12 at 15:04 +0100, Mark Wielaard wrote:
> > - gnu.testlet.javax.swing.JTextField.createDefaultModel
> > - gnu.testlet.javax.swing.JTextField.CopyPaste

Roman and I fixed these two.

> > - gnu.testlet.javax.swing.JEditorPane.ConstructorsAndTypes

I don't think this is a real regression.  This happened after I made the
following change:

2005-12-09  Anthony Balkissoon  <[EMAIL PROTECTED]>

        * javax/swing/JEditorPane.java:
        (setText): Allow the EditorKit to read the text into the Document,
        allowing for other than plain text.

So before this change, the RTFParser wasn't actually reading the text.
Now it is, but it has bugs so it throws an exception, and the test fails
with an uncaught exception.  The problem is a new problem, one with
RTFParser.

--Tony




_______________________________________________
Classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to