Hi Paul,

Probably a dodgy test but I think this commit:

On Tue, 2006-08-15 at 11:44 +0200, Roman Kennke wrote:
2006-08-15  Roman Kennke  <[EMAIL PROTECTED]>

        * java/util/Vector.java
        (removeAll): Don't explicitly null-check here. The RI allows
        null arguments when Vector is empty. In other cases we
        implicitly throw an NPE.
        (retainAll): Don't explicitly null-check here. The RI allows
        null arguments when Vector is empty. In other cases we
        implicitly throw an NPE.

caused the following mauve regression:

FAIL: java.util.Vector.AcuniaVectorTest

Just in case you hadn't spotted it,

Yes, but the JDK also fails this test, so I didn't worry about it.

/Roman

Reply via email to