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