1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate↵ | | 2 | 1() {↵
|
3 | ("test4",↵ | | 3 | expectBuildException("test1",↵
|
4 | ↵ | | 4 | "recursive call");↵
|
5 | ↵ | | 5 | }↵
|
|
6 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | 6 | ↵
|
7 | }↵ | | |
|
|
8 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | |
|
9 | testRecreate↵ | | 7 | // target must be specified↵
|
| | | 8 | public void test2() {↵
|
10 | ("test4",↵ | | 9 | expectBuildException("test2",↵
|
11 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | |
|
12 | }↵ | | |
|
|
13 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | |
|
14 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
15 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | |
|
16 | }↵ | | |
|
|
17 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | |
|
18 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
19 | "testRecreateZipfilesetWithUpdateNewerFile↵ | | 10 | "required argument not specified");↵
|
| | | 11 | }↵
|
|
| | | 12 | // Should fail since a recursion will occur...↵
|
| | | 13 | public void test3() {↵
|
| | | 14 | expectBuildException("test1", "recursive call");↵
|
| | | 15 | }↵
|
|
| | | 16 | public void test4() {↵
|
20 | ");↵ | | 17 | expectBuildException("test4", "target attribute must not be empty");↵
|
21 | | | 18 |
|