1 | void testPreserveLastModified() {↵ | | 1 | void testMapperFileset() {↵
|
2 | executeTarget("preserveLastModified");↵ | | 2 | executeTarget("testMapperFileset");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testFileset() {↵ | | 4 | public void testDestDirPath() {↵
|
5 | executeTarget("testFileset");↵ | | 5 | executeTarget("testDestDirPath");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testFilesetAndJar() {↵ | | 7 | public void testMapperPath() {↵
|
8 | executeTarget("testFilesetAndJar");↵ | | 8 | executeTarget("testMapperPath");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testFilesetAndSignedJar() {↵ | | 10 | public void testMapperNoDest() {↵
|
11 | expectBuildExceptionContaining("testFilesetAndSignedJar",↵ | | 11 | expectBuildExceptionContaining("testMapperNoDest",↵
|
12 | "incompatible attributes",↵ | | 12 | "two mappers",↵
|
13 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵ | | 13 | SignJar.ERROR_MAPPER_WITHOUT_DEST);↵
|
14 | | | 14 |
|