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