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