This is the mail archive of the mauve-patches@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: ByteBuffer.putDouble


Hi Sven,

On Fri, 2004-10-08 at 18:20, Sven de Marothy wrote:
> Here's a little testcase for ByteBuffer.putDouble. A minor bug here had
> caused Classpath bug #9106. 

Thanks.

> (it should go in gnu/testlet/java/nio/ByteBuffer)

Yes, but then this package statement:

> package gnu.testlet.java.nio.IntBuffer;

Should be:

> package gnu.testlet.java.nio.ByteBuffer;

Commited with that change as:

2004-10-15  Sven de Marothy  <sven@physto.se>

        * gnu/testlet/java/nio/ByteBuffer/putDouble.java: New test.

GNU Classpath 0.11 seems to have a bug according to this test that was
fixed in CVS.

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]