1 | void test5() {↵ | | 1 | void testResourcesmatchError() {↵
|
2 | expectBuildException("test5", "dest invalid (or no http-server on local machine)↵ | | 2 | expectBuildException("resourcesmatch-error",↵
|
3 | ");↵ | | 3 | "should fail because no resources specified");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void test6() {↵ | | 5 | public void testResourcesmatchEmpty() {↵
|
6 | executeTarget("test6");↵ | | 6 | executeTarget("resourcesmatch-match-empty");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testUseTimestamp() {↵ | | 8 | public void testResourcesmatchOne() {↵
|
9 | executeTarget("testUseTimestamp");↵ | | 9 | executeTarget("resourcesmatch-match-one");↵
|
10 | }↵ | | 10 | }↵
|
|
11 | public void testUseTomorrow() {↵ | | 11 | public void testResourcesmatchBinary() {↵
|
12 | executeTarget("testUseTomorrow");↵ | | 12 | executeTarget("resourcesmatch-match-binary");↵
|
13 | | | 13 |
|