1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
4 | }↵ | | |
|
|
5 | public void testRecreateZipfilesetWithUpdateAddi↵ | | 2 | DoubleDefault() {↵
|
| | | 3 | expectLog("doubledefault", "attribute is falseattribute is true");↵
|
| | | 4 | }↵
|
|
6 | tionalFiles() {↵ | | 5 | public void testTextOptional() {↵
|
7 | testRecreate("test4",↵ | | 6 | ↵
|
8 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | 7 | expectLog("text.optional", "MyTextoverride text");↵
|
9 | }↵ | | 8 | }↵
|
|
10 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 9 | public void testElementOrder() {↵
|
11 | testRecreate("testRecreateNewerFileSetup",↵ | | 10 | ↵
|
12 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | 11 | expectLog("element.order", "Line 1Line 2");↵
|
13 | }↵ | | 12 | }↵
|
|
14 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | 13 | public void testElementOrder2() {↵
|
15 | testRecreate("testRecreateNewerFileSetup",↵ | | 14 | ↵
|
16 | "testRecreateZipfilesetWithUpdateNewerFile");↵ | | 15 | expectLog("element.order2", "Line 1Line 2Line 3");↵
|
17 | | | 16 |
|