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