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