Hi, Since it is related to GBK and GB2312 encoding, I think committers from China should have a look at this issue :) .
On Wed, Dec 23, 2009 at 4:51 PM, Tony Wu <[email protected]> wrote: > Hi, > > This patch will fix following two failures on windows. I tested it > out, no regressions. > > test_joinGroupLjava_net_InetAddress Failure Group member did not recv > data expected:<[Hello World]> but was:<[�]> > > junit.framework.ComparisonFailure: Group member did not recv data > expected:<[Hello World]> but was:<[?]> > at > org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLjava_net_InetAddress(MulticastSocketTest.java:344) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > > MulticastSocketTest test_sendLjava_net_DatagramPacketB Failure Failed > to send data. Received 512 expected:<[Hello World]> but was:<[�]> > > junit.framework.ComparisonFailure: Failed to send data. Received 512 > expected:<[Hello World]> but was:<[?]> > at > org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_sendLjava_net_DatagramPacketB(MulticastSocketTest.java:730) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > > -- > Tony Wu > China Software Development Lab, IBM > -- Regards, Ray Chen
