< prev index next >

jdk/test/javax/smartcardio/CommandAPDUTest.java

Print this page

        

*** 24,35 **** /* * @test * @bug 8049021 * @summary Test different constructors for CommandAPDU and check CLA,INS,NC,NE, * P1,and P2 ! * @compile -addmods java.smartcardio CommandAPDUTest.java ! * @run testng/othervm -addmods java.smartcardio CommandAPDUTest */ import java.nio.ByteBuffer; import javax.smartcardio.CommandAPDU; import static org.testng.Assert.*; import org.testng.annotations.BeforeClass; --- 24,35 ---- /* * @test * @bug 8049021 * @summary Test different constructors for CommandAPDU and check CLA,INS,NC,NE, * P1,and P2 ! * @compile --add-modules=java.smartcardio CommandAPDUTest.java ! * @run testng/othervm --add-modules=java.smartcardio CommandAPDUTest */ import java.nio.ByteBuffer; import javax.smartcardio.CommandAPDU; import static org.testng.Assert.*; import org.testng.annotations.BeforeClass;
< prev index next >