jdk/test/sun/security/krb5/ktab/HighestKvno.java
changeset 9008 1c23e333dd76
parent 5974 f0531b7dfebe
child 30820 0d4717a011d3
equal deleted inserted replaced
9007:05f25362fb76 9008:1c23e333dd76
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 /*
    23 /*
    24  * @test
    24  * @test
    25  * @bug 6867665
    25  * @bug 6867665
    26  * @bug 6875033
    26  * @bug 6875033
       
    27  * @run main/othervm HighestKvno
    27  * @summary Problem with keytabs with multiple kvno's (key versions)
    28  * @summary Problem with keytabs with multiple kvno's (key versions)
    28  */
    29  */
    29 
    30 
    30 import sun.security.krb5.internal.ktab.*;
    31 import sun.security.krb5.internal.ktab.*;
    31 import sun.security.krb5.*;
    32 import sun.security.krb5.*;