summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-29 00:53:51 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-29 00:53:51 +0000
commite538f4fa76999631e87de64e7e3b73cfad9b10be (patch)
tree5dbe45e3372786687357928764e0f913b5e02b8d
parentd519658cc8137259180c085fd3304953a34cf57f (diff)
Pulled from trunk. Enable testServiceUnavailableException() test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699934 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-equinox/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-equinox/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java b/branches/sca-equinox/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java
index 9ff7e8e28f..da7b1da0fa 100644
--- a/branches/sca-equinox/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java
+++ b/branches/sca-equinox/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java
@@ -85,7 +85,8 @@ public class ExceptionTestCase {
*
* @throws Exception
*/
- @Ignore
+ @Test
+ //@Ignore
public void testServiceUnavailableException() throws Exception {
domain.getComponentManager().stopComponent("AComponent");