1 | void testFilesmatchDifferentSizes() {↵ | | 1 | void test↵
|
2 | expectPropertyUnset("filesmatch-different-sizes",↵ | | |
|
3 | "filesmatch-different-sizes↵ | | 2 | 2() {↵
|
4 | ");↵ | | 3 | expectLog("test2", "OUTPUT OF ECHO");↵
|
5 | }↵ | | 4 | }↵
|
|
6 | public void testFilesmatchDifferentOnemissing() {↵ | | 5 | public void test↵
|
7 | expectPropertyUnset("filesmatch-different-onemissing",↵ | | |
|
8 | "filesmatch-different-onemissing↵ | | 6 | 3() {↵
|
| | | 7 | expectLog("test3", "\n"+↵
|
| | | 8 | " This \n"+↵
|
| | | 9 | " is\n"+↵
|
| | | 10 | " a \n"+↵
|
| | | 11 | " multiline\n"+↵
|
| | | 12 | " message\n"+↵
|
9 | ");↵ | | 13 | " ");↵
|
10 | }↵ | | 14 | }↵
|
|
11 | public void testFilesmatchDifferentEol() {↵ | | 15 | public void testFile() throws Exception {↵
|
12 | executeTarget("filesmatch-different-eol");↵ | | 16 | executeTarget("testFile");↵
|
13 | }↵ | | 17 | }↵
|
|
14 | public void testFilesmatchSameEol() {↵ | | 18 | public void testAppend() throws Exception {↵
|
15 | executeTarget("filesmatch-same-eol");↵ | | 19 | executeTarget("testAppend");↵
|
16 | | | 20 |
|