1 | void test3() {↵ | | 1 | void test↵
|
2 | configureProject("src/etc/testcases/core/include/frag#ment/simple.xml");↵ | | |
|
3 | expectLog("test1", "from simple buildfile↵ | | 2 | PseudoTahoeRefid() {↵
|
| | | 3 | executeTarget("test-pseudo-tahoe-refid");↵
|
|
| | | 4 | assertPropertyEquals("jar.classpath", "classes/dsp-core/ " +↵
|
| | | 5 | "classes/dsp-pres/ " +↵
|
| | | 6 | "classes/dsp-void/ " +↵
|
| | | 7 | "generated/dsp-core/ " +↵
|
| | | 8 | "resources/dsp-core/ " +↵
|
4 | ");↵ | | 9 | "resources/dsp-pres/");↵
|
5 | }↵ | | 10 | }↵
|
|
6 | public void test4() {↵ | | 11 | public void test↵
|
7 | configureProject("src/etc/testcases/core/include/basic/relative.xml");↵ | | |
|
8 | expectLog("test1", "from included entity↵ | | 12 | PseudoTahoeNested() {↵
|
| | | 13 | executeTarget("test-pseudo-tahoe-nested");↵
|
|
| | | 14 | assertPropertyEquals("jar.classpath", "classes/dsp-core/ " +↵
|
| | | 15 | "classes/dsp-pres/ " +↵
|
| | | 16 | "classes/dsp-void/ " +↵
|
| | | 17 | "generated/dsp-core/ " +↵
|
| | | 18 | "resources/dsp-core/ " +↵
|
9 | ");↵ | | 19 | "resources/dsp-pres/");↵
|
10 | }↵ | | 20 | }↵
|
|
11 | public void test5() {↵ | | 21 | public void test↵
|
12 | configureProject("src/etc/testcases/core/include/frag#ment/relative.xml");↵ | | |
|
13 | expectLog("test1", "from included entity↵ | | 22 | ParentLevel2WithJars() {↵
|
| | | 23 | executeTarget("test-parent-level2-with-jars");↵
|
|
| | | 24 | assertPropertyEquals("jar.classpath", "../../lib/acme-core.jar " +↵
|
| | | 25 | "../../lib/acme-pres.jar " +↵
|
| | | 26 | "../dsp-core/ " +↵
|
| | | 27 | "../dsp-pres/ " +↵
|
| | | 28 | "../dsp-void/ " +↵
|
| | | 29 | "../../generated/dsp-core/ " +↵
|
| | | 30 | "../../generated/dsp-pres/ " +↵
|
| | | 31 | "../../generated/dsp-void/ " +↵
|
| | | 32 | "../../resources/dsp-core/ " +↵
|
| | | 33 | "../../resources/dsp-pres/ " +↵
|
14 | ");↵ | | 34 | "../../resources/dsp-void/");↵
|
15 | | | 35 |
|