Re: [classlib][luni] Confusing DatagramPacketTest

2010-06-09 Thread Charles Lee
Got it. Thanks Mark. On Wed, Jun 9, 2010 at 1:55 PM, Mark Hindess wrote: > > In message , > Charles Lee writes: > > > > On Tue, Jun 8, 2010 at 3:18 PM, Mark Hindess < > mark.hind...@googlemail.com> > > wrote: > > > > > > I was looking at failing tests on FreeBSD and I spotted the following > > >

Re: [classlib][luni] Confusing DatagramPacketTest

2010-06-08 Thread Mark Hindess
In message , Charles Lee writes: > > On Tue, Jun 8, 2010 at 3:18 PM, Mark Hindess > wrote: > > > > I was looking at failing tests on FreeBSD and I spotted the following > > test in DatagramPacketTest.java: > > > >public void test_getPort() throws IOException { > >DatagramPacket dp =

Re: [classlib][luni] Confusing DatagramPacketTest

2010-06-08 Thread Charles Lee
It seems the original one transfer packet in two directions, but the new version only transfer the packet in one way. On Tue, Jun 8, 2010 at 3:18 PM, Mark Hindess wrote: > > I was looking at failing tests on FreeBSD and I spotted the following > test in DatagramPacketTest.java: > >public void