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