1 | void testNoRecreateBasedirExcludesWithoutUpdate() {↵ | | 1 | void test↵
|
2 | testNoRecreate("testNoRecreateBasedirExcludesWithoutUpdate");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testNoRecreateZipfilesetExcludesWithUpdate() {↵ | | |
|
5 | testNoRecreate("testNoRecreateZipfilesetExcludesWithUpdate");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testNoRecreateZipfilesetExcludesWithoutUpdate() {↵ | | |
|
8 | testNoRecreate("testNoRecreateZipfilesetExcludesWithoutUpdate");↵ | | |
|
9 | }↵ | | |
|
|
10 | public void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | |
|
11 | testRecreate("t↵ | | 2 | TestTarTask() throws java.io.IOException {↵
|
| | | 3 | testLogoExtraction("testTarTask");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testTestGzipTarTask() throws java.io.IOException {↵
|
| | | 6 | testLogoExtraction("testGzipTarTask");↵
|
| | | 7 | }↵
|
|
| | | 8 | public void testTestBzip2TarTask() throws java.io.IOException {↵
|
| | | 9 | testLogoExtraction("testBzip2TarTask");↵
|
| | | 10 | }↵
|
|
| | | 11 | public void testSrcDirTest() {↵
|
12 | est4",↵ | | 12 | expectBuildException("srcDirTest",↵
|
13 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | 13 | "Src cannot be a directory.");↵
|
14 | | | 14 |
|