1 | void testAntlibFile() {↵ | | 1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵
|
2 | expectLog("antlib.file", "MyTask called");↵ | | 2 | testRecreate("test4",↵
|
3 | }↵ | | 3 | ↵
|
|
4 | /**↵ | | 4 | ↵
|
5 | * Confirms that all matching resources will be used, so that you↵ | | 5 | ↵
|
6 | * can collect several antlibs in one Definer call.↵ | | |
|
7 | * @see "http://issues.apache.org/bugzilla/show_bug.cgi?id=24024"↵ | | 6 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵
|
8 | */↵ | | 7 | }↵
|
|
9 | public void testAntlibResource() {↵ | | 8 | public void test↵
|
10 | expectLog("antlib.resource", "MyTask called-and-then-MyTask2 cal↵ | | 9 | RecreateZipfilesetWithoutUpdateNewerFile() {↵
|
| | | 10 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | led");↵ | | 11 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵
|
12 | }↵ | | 12 | }↵
|
|
13 | public void testNsCurrent() {↵ | | 13 | public void test↵
|
14 | expectLog("ns.current", "Echo2 inside a macroHello from x:p↵ | | 14 | RecreateZipfilesetWithUpdateNewerFile() {↵
|
| | | 15 | testRecreate("testRecreateNewerFileSetup",↵
|
15 | ");↵ | | 16 | "testRecreateZipfilesetWithUpdateNewerFile");↵
|
16 | | | 17 |
|