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