1 | void test3() {↵ | | 1 | void test5() {↵
|
2 | expectLog("test3", "\n"+↵ | | 2 | expectBuildException("test5", "↵
|
3 | " This \n"+↵ | | |
|
4 | " is\n"+↵ | | |
|
5 | " a \n"+↵ | | |
|
6 | " multiline\n"+↵ | | |
|
7 | " message\n"+↵ | | |
|
8 | " ");↵ | | 3 | dest invalid (or no http-server on local machine)");↵
|
9 | }↵ | | 4 | }↵
|
|
10 | public void testFile() throws Exception {↵ | | 5 | public void test6() {↵
|
11 | executeTarget("testFile");↵ | | 6 | executeTarget("test6");↵
|
12 | }↵ | | 7 | }↵
|
|
13 | public void testAppend() throws Exception {↵ | | 8 | public void testUseTimestamp() {↵
|
14 | executeTarget("testAppend");↵ | | 9 | executeTarget("testUseTimestamp");↵
|
15 | }↵ | | 10 | }↵
|
|
16 | public void testEmptyEncoding() throws Exception {↵ | | 11 | public void testUseTomorrow() {↵
|
17 | executeTarget("testEmptyEncoding");↵ | | 12 | executeTarget("testUseTomorrow");↵
|
18 | | | 13 |
|