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