summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/test
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 15:45:06 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 15:45:06 +0000
commitfcd98416688512849759a9f932680504e84c29d6 (patch)
tree569ee3ff33d870e41c6a8afe405f4f6df8dae0d8 /sca-java-2.x/trunk/modules/domain-node/src/test
parent83edd957d8d7365847ec2a5bc6a7f24ed0bc60d0 (diff)
Update to use all the contribution attributes, rename the test to use the correct attribute name, and make sure the xml file gets closed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/domain-node/src/test')
-rw-r--r--sca-java-2.x/trunk/modules/domain-node/src/test/resources/helloworldNode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/domain-node/src/test/resources/helloworldNode.xml b/sca-java-2.x/trunk/modules/domain-node/src/test/resources/helloworldNode.xml
index a46148ba0e..ea2f577139 100644
--- a/sca-java-2.x/trunk/modules/domain-node/src/test/resources/helloworldNode.xml
+++ b/sca-java-2.x/trunk/modules/domain-node/src/test/resources/helloworldNode.xml
@@ -22,6 +22,6 @@
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
domain="helloworld">
- <contribution location="sample-helloworld.jar"/>
+ <contribution location="sample-helloworld.jar" startDeployables="true" />
</node> \ No newline at end of file