< prev index next >

jdk/test/javax/smartcardio/ResponseAPDUTest.java

Print this page

        

*** 23,34 **** /* * @test * @bug 8049021 * @summary Construct ResponseAPDU from byte array and check NR< SW, SW1 and SW2 ! * @compile -addmods java.smartcardio ResponseAPDUTest.java ! * @run testng/othervm -addmods java.smartcardio ResponseAPDUTest */ import javax.smartcardio.ResponseAPDU; import static org.testng.Assert.*; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; --- 23,34 ---- /* * @test * @bug 8049021 * @summary Construct ResponseAPDU from byte array and check NR< SW, SW1 and SW2 ! * @compile --add-modules=java.smartcardio ResponseAPDUTest.java ! * @run testng/othervm --add-modules=java.smartcardio ResponseAPDUTest */ import javax.smartcardio.ResponseAPDU; import static org.testng.Assert.*; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test;
< prev index next >