1 | void testTestTarTask() throws java.io.IOException {↵ | | 1 | void test↵
|
2 | testLogoExtraction("testTarTask");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testTestGzipTarTask() throws java.io.IOException {↵ | | |
|
5 | testLogoExtraction("testGzipTarTask");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testTestBzip2TarTask() throws java.io.IOException {↵ | | |
|
8 | testLogoExtraction("testBzip2TarTask↵ | | 2 | EmptySkip() {↵
|
| | | 3 | executeTarget("testEmptySkip");↵
|
| | | 4 | }↵
|
| | | 5 | // Bugzilla Report 30365↵
|
| | | 6 | public void testZipEmptyDir() {↵
|
| | | 7 | executeTarget("zipEmptyDir");↵
|
| | | 8 | }↵
|
| | | 9 | // Bugzilla Report 40258↵
|
| | | 10 | public void testZipEmptyDirFilesOnly() {↵
|
9 | ");↵ | | 11 | executeTarget("zipEmptyDirFilesOnly");↵
|
10 | }↵ | | 12 | }↵
|
|
11 | public void testSrcDirTest() {↵ | | 13 | public void testZipEmptyCreate() {↵
|
12 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵ | | 14 | expectLogContaining("zipEmptyCreate", "Note: creating empty");↵
|
13 | | | 15 |
|