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