Hi, On Sat, 2006-02-04 at 00:29 +0100, Mark Wielaard wrote: > On Fri, 2006-02-03 at 19:02 +0000, cpdev@builder.classpath.org wrote: > > Baseline from: Sun Jan 29 02:20:28 UTC 2006 > > > > Regressions: > > FAIL: gnu.testlet.javax.swing.AbstractAction.putValue (number 4) > > This seems the opposite to the other regression I fixed with > SwingPropertyChangeSupport which got changed to NOT expect a > NullPointerException. > > David you seem to have written both these tests. My suggestion is to > just drop the NullPointerException check in AbstractAction.putValue(). > What do you think? I think that is the proper thing to do. So I did: 2006-02-12 Mark Wielaard * gnu/testlet/javax/swing/AbstractAction/putValue.java: Don't check unspecified null value case. Please yell and scream if you don't agree. Cheers, Mark