classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: java.util.Properties#load: Whitespaces before comment characters


From: Ito Kazumitsu
Subject: Re: java.util.Properties#load: Whitespaces before comment characters
Date: Tue, 23 Mar 2004 07:27:33 +0900
User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.2 (i386-unknown-freebsd4.7) MULE/5.0 (SAKAKI)

>>>>> ":" == Ito Kazumitsu <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]