< prev index next >

jdk/test/javax/smartcardio/HistoricalBytes.java

Print this page

        

*** 24,35 **** /** * @test * @bug 6445367 * @summary Verify that ATR.getHistoricalBytes() works * @author Andreas Sterbenz ! * @compile -addmods java.smartcardio HistoricalBytes.java ! * @run main/othervm -addmods java.smartcardio HistoricalBytes */ import java.util.Arrays; import javax.smartcardio.*; --- 24,35 ---- /** * @test * @bug 6445367 * @summary Verify that ATR.getHistoricalBytes() works * @author Andreas Sterbenz ! * @compile --add-modules=java.smartcardio HistoricalBytes.java ! * @run main/othervm --add-modules=java.smartcardio HistoricalBytes */ import java.util.Arrays; import javax.smartcardio.*;
< prev index next >