1 | void testLocalhostURL() throws Exception {↵ | | 1 | void testPreserveLastModified() {↵
|
2 | executeTarget("testLocalhostURL");↵ | | 2 | executeTarget("preserveLastModified");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testIpv4localhost() throws Exception {↵ | | 4 | public void testFileset() {↵
|
5 | executeTarget("testIpv4localhost");↵ | | 5 | executeTarget("testFileset");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testFTPURL() throws Exception {↵ | | 7 | public void testFilesetAndJar() {↵
|
8 | executeTarget("testFTPURL");↵ | | 8 | executeTarget("testFilesetAndJar");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testBoth() throws Exception {↵ | | 10 | public void testFilesetAndSignedJar() {↵
|
11 | expectBuildExceptionContaining("testBoth",↵ | | 11 | expectBuildExceptionContaining("testFilesetAndSignedJar",↵
|
12 | "error on two targets",↵ | | 12 | "↵
|
13 | IsReachable.ERROR_BOTH_TARGET↵ | | 13 | incompatible attributes",↵
|
14 | S);↵ | | 14 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵
|
15 | } | | 15 | }
|