jdk/test/sun/security/krb5/ccache/TimeInCCache.java
changeset 42338 a60f280f803c
parent 30820 0d4717a011d3
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    22  */
    22  */
    23 /*
    23 /*
    24  * @test
    24  * @test
    25  * @bug 6590930
    25  * @bug 6590930
    26  * @modules java.security.jgss/sun.security.krb5
    26  * @modules java.security.jgss/sun.security.krb5
    27  *          java.security.jgss/sun.security.krb5.internal.ccache
    27  *          java.security.jgss/sun.security.krb5.internal.ccache:+open
    28  * @run main/othervm TimeInCCache
    28  * @run main/othervm TimeInCCache
    29  * @summary read/write does not match for ccache
    29  * @summary read/write does not match for ccache
    30  */
    30  */
    31 
    31 
    32 import java.io.ByteArrayInputStream;
    32 import java.io.ByteArrayInputStream;