1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | 1 | void testTextOptional() {↵
|
2 | testRecreate("test4",↵ | | 2 | ↵
|
3 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | 3 | expectLog("text.optional", "MyTextoverride text");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 5 | public void testElementOrder() {↵
|
6 | testRecreate("testRecreateNewerFileSetup",↵ | | 6 | ↵
|
7 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | 7 | expectLog("element.order", "Line 1Line 2");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | 9 | public void testElementOrder2() {↵
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | 10 | ↵
|
11 | "testRecreateZipfilesetWithUpdateNewerFile");↵ | | 11 | expectLog("element.order2", "Line 1Line 2Line 3");↵
|
12 | | | 12 |
|