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