1 | void testFilesmatchDifferentEol() {↵ | | 1 | void testEmptySkip() {↵
|
2 | executeTarget("filesmatch-different-eol");↵ | | 2 | executeTarget("↵
|
3 | }↵ | | |
|
| | | 3 | testEmptySkip");↵
|
| | | 4 | }↵
|
| | | 5 | // Bugzilla Report 30365↵
|
4 | public void testFilesmatchSameEol() {↵ | | 6 | public void testZipEmptyDir() {↵
|
5 | executeTarget("filesmatch-same-eol");↵ | | 7 | executeTarget("↵
|
6 | }↵ | | |
|
|
7 | public void testFilesmatchNeitherExist↵ | | 8 | zipEmptyDir");↵
|
| | | 9 | }↵
|
| | | 10 | // Bugzilla Report 40258↵
|
8 | () {↵ | | 11 | public void testZipEmptyDirFilesOnly() {↵
|
9 | executeTarget("filesmatch-neitherexist");↵ | | 12 | executeTarget("zipEmptyDirFilesOnly");↵
|
10 | }↵ | | 13 | }↵
|
|
11 | public void testContains() {↵ | | 14 | public void testZipEmptyCreate() {↵
|
12 | expectPropertySet("contains","contains");↵ | | 15 | expectLogContaining("zipEmptyCreate", "Note: creating empty");↵
|
13 | | | 16 |
|