[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-11-16 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12450549 ] Henri Yandell commented on CODEC-51: Fails on the nightly build as well - that's another US locale though. 2 Test failures in SoundexTest

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-11-16 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12450592 ] Henri Yandell commented on CODEC-51: On OS X JVM 1.4, only the ODiaresis variant fails. 2 Test failures in SoundexTest --

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-11-16 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12450594 ] Henri Yandell commented on CODEC-51: It seems like it comes down to whether Character.isLetter consider a character to be a letter or not. If it doesn't, then

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-11-16 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12450596 ] Henri Yandell commented on CODEC-51: Confirmed: public class LetterTest { public static void main(String[] args) throws Exception { test('รถ');

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-11-16 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12450598 ] Henri Yandell commented on CODEC-51: Confirmed. Under 1.2 and 1.6, both letters return as true. 2 Test failures in SoundexTest --

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-11-16 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12450601 ] Henri Yandell commented on CODEC-51: Is the fix above to the unit test okay, or should we be moving the map(..) check before the clean so it throws an

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12445989 ] Henri Yandell commented on CODEC-51: I've checked in a change (469593) that makes the jar fail to build if the tests fail. On OS X both the Maven and Ant pass

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12446003 ] Henri Yandell commented on CODEC-51: And for the hell of it: Solaris 5.8 - JDK 1.5.0_09, Ant and Maven both fail. Solaris 5.8 - JDK 1.4.2_12, Ant and Maven both

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-10-30 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12445749 ] Henri Yandell commented on CODEC-51: I'll try it out on a few other platforms. OS X and FreeBSD at least. 2 Test failures in SoundexTest

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-10-16 Thread Gary Gregory (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12442744 ] Gary Gregory commented on CODEC-51: --- Tests pass for me with SVN sources and *Ant 1.6.5* on *Windows XP SP2+patches* with: - Sun Java 1.4.2_12 - Sun Java 1.5.0_09