1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | |
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
4 | }↵ | | |
|
|
5 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | 1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵
|
6 | testRecreate("test4",↵ | | 2 | testRecreate("test4",↵
|
7 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | 3 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵
|
8 | }↵ | | 4 | }↵
|
|
9 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 5 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | 6 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | 7 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵
|
12 | | | 8 | }↵
|
|
| | | 9 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵
|
| | | 10 | testRecreate("testRecreateNewerFileSetup",↵
|
| | | 11 | "testRecreateZipfilesetWithUpdateNewerFile");↵
|
| | | 12 |
|