< prev index next >

test/sun/nio/cs/TestStringCodingUTF8.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test @bug 7040220 @summary Test if StringCoding and NIO result have the same de/encoding result for UTF-8 * @run main/othervm/timeout=2000 TestStringCodingUTF8 + * @key randomness */ import java.util.*; import java.nio.*; import java.nio.charset.*;
< prev index next >