From fb9d3e5f05f323df2c4f93edbfdacc8d5b0846cb Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 22 May 2010 06:55:47 +0000 Subject: Uncomment test annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947254 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/tuscany/sca/something/Section10TestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x') 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"); -- cgit v1.2.3