summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorvamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-03-31 18:58:48 +0000
committervamsic007 <vamsic007@13f79535-47bb-0310-9956-ffa450edef68>2009-03-31 18:58:48 +0000
commit1cb6098455937c70321cc620b3038ae8ad1d6323 (patch)
treebb60b331e852d5ea0c16c6a7c6c257116b3781d1 /branches
parent59dd037955847bc89aad2f16a48f597a7a8c8750 (diff)
Reversing the changes committed accidentally in the last commit.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee/src/test/java/org/apache/tuscany/sca/test/contribution/jee/ContributionServiceTestCase.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee/src/test/java/org/apache/tuscany/sca/test/contribution/jee/ContributionServiceTestCase.java b/branches/sca-java-1.x/itest/contribution-jee/src/test/java/org/apache/tuscany/sca/test/contribution/jee/ContributionServiceTestCase.java
index 598fb680aa..240fb103bd 100644
--- a/branches/sca-java-1.x/itest/contribution-jee/src/test/java/org/apache/tuscany/sca/test/contribution/jee/ContributionServiceTestCase.java
+++ b/branches/sca-java-1.x/itest/contribution-jee/src/test/java/org/apache/tuscany/sca/test/contribution/jee/ContributionServiceTestCase.java
@@ -51,7 +51,7 @@ public class ContributionServiceTestCase {
private static final String JAR_CONTRIBUTION = "/repository/helloworld-service.jar";
private static final String EJB_JAR_CONTRIBUTION = "/repository/helloworld-ejb.jar";
private static final String EJB_JAR_W_DEPLOYABLE_CONTRIBUTION = "/repository/helloworld-ejb-w-dep.jar";
- private static final String WAR_CONTRIBUTION = "/repository/helloworld-servlet.war";
+ private static final String WAR_CONTRIBUTION = "/repository/helloworld-web.war";
private static final String WAR_W_DEPLOYABLE_CONTRIBUTION = "/repository/helloworld-web-w-dep.war";
private static final String EAR_CONTRIBUTION = "/repository/helloworld-ejb.ear";
@@ -82,7 +82,6 @@ public class ContributionServiceTestCase {
* This method tests a non Java EE contribution.
*/
@Test
-// @Ignore
public void testContributeJAR() throws Exception {
URL contributionLocation = getClass().getResource(JAR_CONTRIBUTION);
String contributionId = CONTRIBUTION_001_ID;
@@ -94,7 +93,6 @@ public class ContributionServiceTestCase {
* This method tests an EJB jar as a contribution.
*/
@Test
-// @Ignore
public void testContributeEJBJAR() throws Exception {
URL contributionLocation = getClass().getResource(EJB_JAR_CONTRIBUTION);
String contributionId = CONTRIBUTION_001_ID;
@@ -121,7 +119,6 @@ public class ContributionServiceTestCase {
* This method tests an EJB jar with sca-contribution.xml as a contribution.
*/
@Test
-// @Ignore
public void testContributeEJBJARwDeployable() throws Exception {
URL contributionLocation = getClass().getResource(EJB_JAR_W_DEPLOYABLE_CONTRIBUTION);
String contributionId = CONTRIBUTION_001_ID;
@@ -159,7 +156,6 @@ public class ContributionServiceTestCase {
* This method tests WAR as a contribution.
*/
@Test
- //@Ignore
public void testContributeWAR() throws Exception {
URL contributionLocation = getClass().getResource(WAR_CONTRIBUTION);
String contributionId = CONTRIBUTION_001_ID;
@@ -190,7 +186,6 @@ public class ContributionServiceTestCase {
* This method tests WAR with sca-contribution.xml as a contribution.
*/
@Test
-// @Ignore
public void testContributeWARwDeployable() throws Exception {
URL contributionLocation = getClass().getResource(WAR_W_DEPLOYABLE_CONTRIBUTION);
String contributionId = CONTRIBUTION_001_ID;
@@ -236,7 +231,7 @@ public class ContributionServiceTestCase {
* This method test EAR as a contribution.
*/
@Test
-// @Ignore
+ @Ignore
public void testContributeEAR() throws Exception {
URL contributionLocation = getClass().getResource(EAR_CONTRIBUTION);
String contributionId = CONTRIBUTION_001_ID;