1 | void testFilesetAndJar() {↵ | | 1 | void testPathAndJar() {↵
|
2 | executeTarget("testFilesetAndJar");↵ | | 2 | executeTarget("testPathAndJar");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testFilesetAndSignedJar() {↵ | | 4 | public void testPathAndSignedJar() {↵
|
5 | expectBuildExceptionContaining("testFilesetAndSignedJar",↵ | | 5 | expectBuildExceptionContaining("testPathAndSignedJar",↵
|
6 | "incompatible attributes",↵ | | 6 | "incompatible attributes",↵
|
7 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵ | | 7 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testPath() {↵ | | 9 | public void testSignedJar() {↵
|
10 | executeTarget("testPath");↵ | | 10 | executeTarget("testSignedJar");↵
|
11 | }↵ | | 11 | }↵
|
|
12 | public void testPathAndJar() {↵ | | 12 | public void testDestDir() {↵
|
13 | executeTarget("testPathAndJar");↵ | | 13 | executeTarget("testDestDir");↵
|
14 | | | 14 |
|