1 | void test4() {↵ | | 1 | void test↵
|
2 | expectBuildException("test4", "src invalid↵ | | 2 | FilesmatchDifferentSizes() {↵
|
| | | 3 | expectPropertyUnset("filesmatch-different-sizes",↵
|
3 | ");↵ | | 4 | "filesmatch-different-sizes");↵
|
4 | }↵ | | 5 | }↵
|
|
5 | public void test5() {↵ | | 6 | public void test↵
|
6 | expectBuildException("test5", "dest invalid (or no http-server on local machine)↵ | | 7 | FilesmatchDifferentOnemissing() {↵
|
| | | 8 | expectPropertyUnset("filesmatch-different-onemissing",↵
|
7 | ");↵ | | 9 | "filesmatch-different-onemissing");↵
|
8 | }↵ | | 10 | }↵
|
|
9 | public void test6() {↵ | | 11 | public void testFilesmatchDifferentEol() {↵
|
10 | executeTarget("test6");↵ | | 12 | executeTarget("filesmatch-different-eol");↵
|
11 | }↵ | | 13 | }↵
|
|
12 | public void testUseTimestamp() {↵ | | 14 | public void testFilesmatchSameEol() {↵
|
13 | executeTarget("testUseTimestamp");↵ | | 15 | executeTarget("filesmatch-same-eol");↵
|
14 | | | 16 |
|