vmtest/src/test/java/org/apidesign/bck2brwsr/tck/CompareStringsTest.java
Fri, 15 Feb 2013 21:14:49 +0100 Merge from default branch to resolve conflicts
Wed, 06 Feb 2013 18:35:40 +0100 Using unicode escapes instead of Czech national characters
Tue, 05 Feb 2013 12:21:15 +0100 String(byte[],hibyte) gives proper length
Wed, 30 Jan 2013 09:32:05 +0100 new String(byte[], 'utf-8') does necessary conversion
Mon, 21 Jan 2013 12:53:05 +0100 String.equals(null) should not yield exception
Tue, 15 Jan 2013 11:53:07 +0100 Bringing Martin's integer, short, byte arithmetic to default branch
Mon, 14 Jan 2013 14:23:27 +0100 Check empty char array is initialized with the right values
Sat, 12 Jan 2013 18:18:25 +0100 Class.cast and Class.isInstance work
Sat, 12 Jan 2013 15:40:20 +0100 Support for reflection on char parameter/return type
Mon, 17 Dec 2012 17:45:08 +0100 Moving the @Compare infrastructure into separate, reusable module