jdk/test/sun/security/smartcardio/TestPresent.java
changeset 41106 f37e9bfeae01
parent 35778 e2a3c03097de
equal deleted inserted replaced
41105:52157c912fd9 41106:f37e9bfeae01
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6293769 6294527
    26  * @bug 6293769 6294527
    27  * @summary test that the isCardPresent()/waitForX() APIs work correctly
    27  * @summary test that the isCardPresent()/waitForX() APIs work correctly
    28  * @author Andreas Sterbenz
    28  * @author Andreas Sterbenz
       
    29  * @modules java.smartcardio/javax.smartcardio
    29  * @run main/manual TestPresent
    30  * @run main/manual TestPresent
    30  */
    31  */
    31 
    32 
    32 // This test requires special hardware.
    33 // This test requires special hardware.
    33 
    34