Hi there, > On Fri, 2005-09-02 at 00:20 +0200, Mark Wielaard wrote: > > Running the Mauve testsuite (CVS) in preparation of 0.18: > > > > With the following regressions: > > > > +FAIL: gnu.testlet.javax.swing.text.AbstractDocument.AbstractDocumentTest: > > uncaught exception at "testCreateLeafElement" number 1: > > java.lang.NullPointerException > > This one can be trivially fixed by the attached patch that allows a null > parent for createLeafElement(). But I haven't actually studied if this > is the correct behavior. > > Roman, could you take a look at this?
If the testcase confirms that the parent is allowed to be null, then this is ok. I can have a deeper look at this tomorrow. /Roman _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

