1 | void testVerifyJarUnsigned() {↵ | | 1 | void testDestDirAndSignedJar() {↵
|
2 | expectBuildExceptionContaining("testVerifyJarUnsigned",↵ | | 2 | expectBuildExceptionContaining("testFilesetAndSignedJar",↵
|
3 | "unsigned JAR file",↵ | | 3 | "incompatible attributes",↵
|
4 | VerifyJar.ERROR_NO_VERIFY);↵ | | 4 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public void NotestVerifyJarNotInKeystore() {↵ | | 6 | public void testDestDirAndSignedJar2() {↵
|
7 | expectBuildExceptionContaining("testVerifyJarNotInKeystore",↵ | | 7 | expectBuildExceptionContaining("test↵
|
8 | "signature not in keystore↵ | | 8 | PathAndSignedJar",↵
|
9 | ",↵ | | 9 | "incompatible attributes",↵
|
10 | VerifyJar.ERROR_NO_VERIFY);↵ | | 10 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵
|
11 | }↵ | | 11 | }↵
|
|
12 | public void testVerifyFileset() {↵ | | 12 | public void testDestDirFileset() {↵
|
13 | executeTarget("testVerifyFileset");↵ | | 13 | executeTarget("testDestDirFileset");↵
|
14 | | | 14 |
|