OpenJDK / jdk / hs
changeset 44109:df1a27b17bc2
8176320: sun/security/tools/jarsigner/TsacertOptionTest.java compilation error, all mach 5 tier 2 platforms broken.
Reviewed-by: xuelei
author | weijun |
---|---|
date | Wed, 08 Mar 2017 15:35:56 +0800 |
parents | 8de4ce18c36f |
children | 192a17e5bef2 |
files | jdk/test/sun/security/tools/jarsigner/TsacertOptionTest.java |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/sun/security/tools/jarsigner/TsacertOptionTest.java Wed Mar 08 15:29:57 2017 +0800 +++ b/jdk/test/sun/security/tools/jarsigner/TsacertOptionTest.java Wed Mar 08 15:35:56 2017 +0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2017, 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,9 +26,10 @@ /** * @test - * @bug 8024302 8026037 + * @bug 8024302 8026037 8176320 * @summary The test signs and verifies a jar file with -tsacert option * @library /lib/testlibrary warnings + * @library /test/lib * @modules java.base/sun.security.pkcs * java.base/sun.security.timestamp * java.base/sun.security.tools.keytool