|
|
|
@@ -19,21 +19,21 @@ |
|
|
|
|
|
|
|
<import file="../antunit-base.xml"/> |
|
|
|
|
|
|
|
<target name="binded"> |
|
|
|
<property name="test-binded" value="ok" /> |
|
|
|
<target name="bound"> |
|
|
|
<property name="test-bound" value="ok" /> |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="binded2"> |
|
|
|
<property name="test-binded2" value="ok" /> |
|
|
|
<target name="bound2"> |
|
|
|
<property name="test-bound2" value="ok" /> |
|
|
|
</target> |
|
|
|
|
|
|
|
<extension-point name="extension" /> |
|
|
|
|
|
|
|
<bindtargets targets="binded,binded2" extensionPoint="extension" /> |
|
|
|
<bindtargets targets="bound,bound2" extensionPoint="extension" /> |
|
|
|
|
|
|
|
<target name="testBind" depends="extension"> |
|
|
|
<au:assertPropertyEquals name="test-binded" value="ok"/> |
|
|
|
<au:assertPropertyEquals name="test-binded2" value="ok"/> |
|
|
|
<au:assertPropertyEquals name="test-bound" value="ok"/> |
|
|
|
<au:assertPropertyEquals name="test-bound2" value="ok"/> |
|
|
|
</target> |
|
|
|
|
|
|
|
</project> |