>>>>> ":" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:

:> With reference to java.util.Properties#load, Sun's API document says
:> "A comment line has an ASCII '#' or '!' as its first non-white space
:> character;" but GNU Classpath's java.util.Properties checkes only
:> comment characters at the beginning of ach line.

I updated the mauve test gnu/testlet/java/util/Properties/load.java
by copying test cases from Kaffe's regression test.

Results:

Kaffe:
0 of 17 tests failed

GNU Classpath
FAIL: gnu.testlet.java.util.Properties.load (number 4)
got 15 but expected 13
1 of 17 tests failed

"got 15" means that java.util.Properties#load incorrectly loaded
two comment lines.


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to