Re: [cp-patches] FYI: New class MaskFormatter.java

2005-11-22 Thread Anthony Balkissoon
Checked in a small fix that the Mauve tests pointed out (I'll reply to this with the specific tests once I've checked those in). 2005-11-22 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/text/MaskFormatter.java: (convertValue): If character is a literal don't throw a

Re: [cp-patches] FYI: New class MaskFormatter.java

2005-11-22 Thread Anthony Balkissoon
On Tue, 2005-11-22 at 14:42 -0500, Anthony Balkissoon wrote: Checked in a small fix that the Mauve tests pointed out (I'll reply to this with the specific tests once I've checked those in). the tests are in gnu/testlet/javax/swing/text/MaskFormatter/MaskFormatterTest.java --Tony

Re: [cp-patches] FYI: New class MaskFormatter.java

2005-11-22 Thread Anthony Balkissoon
I updated the Mauve tests and had to check in this small change. 2005-11-22 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/text/MaskFormatter.java: (convertValue): Don't check the valid/invalid character sets if we're matching a literal. --Tony Index: