< prev index next >

jdk/test/javax/smartcardio/TestCommandAPDU.java

Print this page

        

*** 25,36 **** * @test * @bug 6293767 * @summary Test for the CommandAPDU class * @author Andreas Sterbenz * @key randomness ! * @compile -addmods java.smartcardio TestCommandAPDU.java ! * @run main/othervm -addmods java.smartcardio TestCommandAPDU */ import java.util.*; import javax.smartcardio.*; --- 25,36 ---- * @test * @bug 6293767 * @summary Test for the CommandAPDU class * @author Andreas Sterbenz * @key randomness ! * @compile --add-modules=java.smartcardio TestCommandAPDU.java ! * @run main/othervm --add-modules=java.smartcardio TestCommandAPDU */ import java.util.*; import javax.smartcardio.*;
< prev index next >