summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-22 06:55:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-22 06:55:47 +0000
commitfb9d3e5f05f323df2c4f93edbfdacc8d5b0846cb (patch)
tree2a4e4c9f200f58270410dbeb558ba5432817c8ce /sca-java-2.x/contrib
parent7250f4158b1bdfa9f82760cebf0269a40ad21acd (diff)
Uncomment test annotation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib')
-rw-r--r--sca-java-2.x/contrib/modules/section10/src/test/java/org/apache/tuscany/sca/something/Section10TestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/contrib/modules/section10/src/test/java/org/apache/tuscany/sca/something/Section10TestCase.java b/sca-java-2.x/contrib/modules/section10/src/test/java/org/apache/tuscany/sca/something/Section10TestCase.java
index 4fee3a07a4..faadf2cc0a 100644
--- a/sca-java-2.x/contrib/modules/section10/src/test/java/org/apache/tuscany/sca/something/Section10TestCase.java
+++ b/sca-java-2.x/contrib/modules/section10/src/test/java/org/apache/tuscany/sca/something/Section10TestCase.java
@@ -86,7 +86,7 @@ public class Section10TestCase {
Assert.assertEquals("foo/helloworld.composite", dcs.get(0));
}
- // @Test
+ @Test
public void testRemoveComposte() throws NoSuchServiceException, NoSuchDomainException, ContributionReadException, MalformedURLException, ActivationException {
Section10 section10 = Section10Factory.createSection10();
section10.installContribution("foo", "src/test/resources/sample-helloworld.jar");