1 | void testZipEmptyDir() {↵ | | 1 | void test3() {↵
|
2 | executeTarget("zipEmptyDir");↵ | | 2 | executeTarget("↵
|
3 | }↵ | | |
|
4 | // Bugzilla Report 40258↵ | | 3 | test3");↵
|
| | | 4 | }↵
|
|
5 | public void testZipEmptyDirFilesOnly() {↵ | | 5 | public void test4() {↵
|
6 | executeTarget("zipEmptyDirFilesOnly");↵ | | 6 | executeTarget("test4");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testZipEmptyCreate() {↵ | | 8 | public void test↵
|
9 | expectLogContaining("zipEmptyCreate", "Note: creating empty");↵ | | 9 | 5() {↵
|
| | | 10 | // should print "panic: Cannot find importVocab file 'JavaTokenTypes.txt'"↵
|
| | | 11 | // since it needs to run java.g first before java.tree.g↵
|
10 | }↵ | | 12 | ↵
|
11 | // Bugzilla Report 25513↵ | | 13 | expectBuildException("test5", "ANTLR returned: 1");↵
|
| | | 14 | }↵
|
|
12 | public void testCompressionLevel() {↵ | | 15 | public void test6() {↵
|
13 | executeTarget("testCompressionLevel");↵ | | 16 | executeTarget("test6");↵
|
14 | | | 17 |
|