PatchSet 5749 
Date: 2005/01/03 10:38:56
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixed broken regression test

2005-01-03  Dalibor Topic  <[EMAIL PROTECTED]>

        * test/regression/Reflect.java: Adapted expected output to match
        arraycopy.

        Reported by:  Guilhem Lavaux  <[EMAIL PROTECTED]>

Members: 
        ChangeLog:1.3293->1.3294 
        test/regression/Reflect.java:1.11->1.12 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3293 kaffe/ChangeLog:1.3294
--- kaffe/ChangeLog:1.3293      Mon Jan  3 06:44:03 2005
+++ kaffe/ChangeLog     Mon Jan  3 10:38:56 2005
@@ -1,5 +1,12 @@
 2005-01-03  Dalibor Topic  <[EMAIL PROTECTED]>
 
+       * test/regression/Reflect.java: Adapted expected output to match
+       arraycopy.
+
+       Reported by:  Guilhem Lavaux  <[EMAIL PROTECTED]>
+
+2005-01-03  Dalibor Topic  <[EMAIL PROTECTED]>
+
        * libraries/javalib/java/lang/System.java (arraycopy): Moved error
        checking code from native part of the method into java part of 
        method's implementation. Improved exception messages.
Index: kaffe/test/regression/Reflect.java
diff -u kaffe/test/regression/Reflect.java:1.11 
kaffe/test/regression/Reflect.java:1.12
--- kaffe/test/regression/Reflect.java:1.11     Thu Jul 29 14:25:21 2004
+++ kaffe/test/regression/Reflect.java  Mon Jan  3 10:38:58 2005
@@ -70,7 +70,7 @@
 Method: public static java.util.Properties java.lang.System.getProperties()
 Method: public static native int 
java.lang.System.identityHashCode(java.lang.Object)
 Method: public static native long java.lang.System.currentTimeMillis()
-Method: public static native void 
java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int)
+Method: public static void 
java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int)
 Method: public static void java.lang.System.exit(int)
 Method: public static void java.lang.System.gc()
 Method: public static void java.lang.System.load(java.lang.String)

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to