1 | void testEmptySkip() {↵ | | 1 | void testAddCondition() {↵
|
2 | executeTarget("testEmptySkip");↵ | | 2 | executeTarget("↵
|
3 | }↵ | | |
|
4 | // Bugzilla Report 30365↵ | | 3 | addcondition");↵
|
| | | 4 | }↵
|
|
5 | public void testZipEmptyDir() {↵ | | 5 | public void testAddFilter() {↵
|
6 | executeTarget("zipEmptyDir");↵ | | 6 | executeTarget("addfilter");↵
|
7 | }↵ | | 7 | }↵
|
8 | // Bugzilla Report 40258↵ | | |
|
9 | public void testZipEmptyDirFilesOnly() {↵ | | 8 | public void testAddSelector() {↵
|
10 | executeTarget("zipEmptyDirFilesOnly");↵ | | 9 | executeTarget("addselector");↵
|
11 | }↵ | | 10 | }↵
|
|
12 | public void testZipEmptyCreate() {↵ | | 11 | public void testNestedA() {↵
|
13 | expectLogContaining("zipEmptyCreate", "Note: creating empty");↵ | | 12 | expectLogContaining("nested.a", "add A called");↵
|
14 | } | | 13 | }
|