1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | |
|
4 | }↵ | | |
|
| | | 2 | BatchTestForkOnceToDir() {↵
|
| | | 3 | assertResultFilesExist("testBatchTestForkOnceToDir", ".xml");↵
|
| | | 4 | }↵
|
|
| | | 5 | /** Bugzilla Report 32973 */↵
|
5 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 6 | public void test↵
|
6 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
7 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | |
|
8 | }↵ | | |
|
|
9 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | |
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
11 | "testRecreateZipfilesetWithUpdateNewerFile↵ | | 7 | BatchTestForkOnceExtension() {↵
|
| | | 8 | assertResultFilesExist("testBatchTestForkOnceExtension", ".foo");↵
|
| | | 9 | }↵
|
|
| | | 10 | public void testBatchTestForkOnceCustomFormatter() {↵
|
12 | ");↵ | | 11 | assertResultFilesExist("testBatchTestForkOnceCustomFormatter", "foo");↵
|
13 | | | 12 |
|