This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mauve ./ChangeLog gnu/testlet/java/lang/Charac ...


Hi Stephen,

On Thu, 2004-04-08 at 18:05, crawley@sources.redhat.com wrote:
> 	Fixed java.lang.Character.unicode test to match JDK 1.4 semantics

Nice cleanup!
One thing that seems to be missing though is the CharInfo.decimalDigit
field. Without such a field the code will not compile. But it seems we
don't use that field during the tests either. Should I add the following
or did you have something else in mind?

diff -u -r1.3 CharInfo.java
--- gnu/testlet/java/lang/Character/CharInfo.java       4 Feb 1999 18:46:19 -0000       1.3
+++ gnu/testlet/java/lang/Character/CharInfo.java       12 Apr 2004 12:12:44 -0000
@@ -29,6 +29,7 @@
 {
   public String name;
   public String category;
+  public int decimalDigit;
   public int digit;
   public int numericValue;
   public char uppercase;

With that it compiles again and java.lang.Character.unicode gives
0 of 3578944 tests failed for GNU Classpath :)

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]