1 | void testEmptySkip() {↵ | | 1 | void test↵
|
2 | executeTarget("testEmptySkip");↵ | | |
|
3 | }↵ | | |
|
4 | // Bugzilla Report 30365↵ | | |
|
5 | public void testZipEmptyDir() {↵ | | |
|
6 | executeTarget("zipEmptyDir");↵ | | |
|
7 | }↵ | | |
|
8 | // Bugzilla Report 40258↵ | | |
|
9 | public void testZipEmptyDirFilesOnly() {↵ | | |
|
10 | executeTarget("zipEmptyDirFilesOnly↵ | | 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 {↵
|
11 | ");↵ | | 9 | testLogoExtraction("testBzip2TarTask");↵
|
12 | }↵ | | 10 | }↵
|
|
13 | public void testZipEmptyCreate() {↵ | | 11 | public void testSrcDirTest() {↵
|
14 | expectLogContaining("zipEmptyCreate", "Note: creating empty");↵ | | 12 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵
|
15 | } | | 13 | }
|