looks fine to me.

thanks,
xuelei

On 12/11/2018 11:35 PM, sha.ji...@oracle.com wrote:
Hi,
When run this test on Windows, jtreg complains that '@library' must appear before first action tag.
So, just adjust the tag positions.

Issue: https://bugs.openjdk.java.net/browse/JDK-8214520

diff -r a6182c464b31 test/jdk/sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java --- a/test/jdk/sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java Wed Dec 12 10:13:11 2018 +0530 +++ b/test/jdk/sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java Wed Dec 12 15:32:06 2018 +0800
@@ -23,11 +23,11 @@

  /*
   * @test
- * @ignore Uses certutil.exe that isn't guaranteed to be installed
   * @bug 6483657 8154113
   * @requires os.family == "windows"
   * @library /test/lib
  * @summary Test "keytool -list" displays correctly same named certificates
+ * @ignore Uses certutil.exe that isn't guaranteed to be installed
   */

  import jdk.test.lib.process.ProcessTools;

Best regards,
John Jiang

Reply via email to