jdk/test/sun/security/smartcardio/TestMultiplePresent.java
changeset 23357 7225e28e91dd
parent 5506 202f599c92aa
child 25656 676435b3c625
--- a/jdk/test/sun/security/smartcardio/TestMultiplePresent.java	Tue Mar 18 10:02:25 2014 -0700
+++ b/jdk/test/sun/security/smartcardio/TestMultiplePresent.java	Tue Mar 18 15:04:59 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -26,10 +26,11 @@
  * @bug 6239117 6445367
  * @summary test that CardTerminals.waitForCard() works
  * @author Andreas Sterbenz
- * @ignore requires special hardware
- * @run main/manual TestPresent
+ * @run main/manual TestMultiplePresent
  */
 
+// This test requires special hardware.
+
 import java.io.*;
 import java.util.*;