1 | void testAntlibFile() {↵ | | 1 | void test↵
|
2 | expectLog("antlib.file", "MyTask called");↵ | | |
|
3 | }↵ | | |
|
|
4 | /**↵ | | |
|
5 | * Confirms that all matching resources will be used, so that you↵ | | |
|
6 | * can collect several antlibs in one Definer call.↵ | | |
|
7 | * @see "http://issues.apache.org/bugzilla/show_bug.cgi?id=24024"↵ | | 2 | ScenarioCoreSelectorDefaults() {↵
|
| | | 3 | doScenarioTest("modifiedselectortest-scenario-coreselector-defaults", "cache.properties");↵
|
8 | */↵ | | 4 | }↵
|
|
|
9 | public void testAntlibResource() {↵ | | 5 | public void test↵
|
10 | expectLog("antlib.resource", "MyTask called-and-then-MyTask2 called↵ | | 6 | ScenarioCoreSelectorSettings() {↵
|
11 | ");↵ | | 7 | doScenarioTest("modifiedselectortest-scenario-coreselector-settings", "core.cache.properties");↵
|
12 | }↵ | | 8 | }↵
|
|
|
13 | public void testNsCurrent() {↵ | | 9 | public void test↵
|
14 | expectLog("ns.current", "Echo2 inside a macroHello from x:p↵ | | 10 | ScenarioCustomSelectorSettings() {↵
|
15 | ");↵ | | 11 | doScenarioTest("modifiedselectortest-scenario-customselector-settings", "core.cache.properties");↵
|
16 | | | 12 |
|