1 | void testNoRecreateBasedirExcludesWithoutUpdate() {↵ | | 1 | void test↵
|
2 | testNoRecreate("testNoRecreateBasedirExcludesWithoutUpdate");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testNoRecreateZipfilesetExcludesWithUpdate() {↵ | | |
|
5 | testNoRecreate("testNoRecreateZipfilesetExcludesWithUpdate");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testNoRecreateZipfilesetExcludesWithoutUpdate() {↵ | | |
|
8 | testNoRecreate("testNoRecreateZipfilesetExcludesWithoutUpdate↵ | | 2 | EmptySkip() {↵
|
| | | 3 | executeTarget("testEmptySkip");↵
|
| | | 4 | }↵
|
| | | 5 | // Bugzilla Report 30365↵
|
| | | 6 | public void testZipEmptyDir() {↵
|
| | | 7 | executeTarget("zipEmptyDir");↵
|
| | | 8 | }↵
|
| | | 9 | // Bugzilla Report 40258↵
|
| | | 10 | public void testZipEmptyDirFilesOnly() {↵
|
9 | ");↵ | | 11 | executeTarget("zipEmptyDirFilesOnly");↵
|
10 | }↵ | | 12 | }↵
|
|
11 | public void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 13 | public void test↵
|
12 | testRecreate("test4",↵ | | |
|
13 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles↵ | | 14 | ZipEmptyCreate() {↵
|
14 | ");↵ | | 15 | expectLogContaining("zipEmptyCreate", "Note: creating empty");↵
|
15 | | | 16 |
|