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