On Sat, 2005-09-17 at 22:47 +0200, Mark Wielaard wrote: > On Fri, 2005-09-02 at 13:36 +0200, Mark Wielaard wrote: > > 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.tree.DefaultTreeSelectionModel.constructor: > > > getSelectionMode() (number 1) > > > > This one is caused by: > > > > 2005-08-18 Lillian Angel <[EMAIL PROTECTED]> > > > > * javax/swing/DefaultCellEditor.java > > (getTreeCellEditorComponent): Implemented. > > * javax/swing/plaf/basic/BasicTreeUI.java > > (isEditing): Implemented. > > (mouseClicked): Moved code to mousePressed > > (mousePressed): Code moved here from mouseClicked and > > added in code to stop editing. > > (selectPath): Default is changed to CONTIGUOUS_TREE_SELECTION > > * javax/swing/tree/DefaultTreeSelectionModel.java > > (DefaultTreeSelectionModel): Default is changed to > > CONTIGUOUS_TREE_SELECTION. > > > > According to my big Swing book the mauve test is right. The Default > > value of the selectionMode property is DISCONTIGUOUS_TREE_SELECTION. > > > > Lillian could you look into this and possible revert the default value? > > This one still fails. > Lillian if you have time could you take a look at it?
Sure, I will revert it back to DISCONTIGUOUS_TREE_SELECTION. Lillian _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

