diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-18 13:30:07 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-18 13:30:07 +0000 |
commit | 27e63932d20286ec3783ff23099e92b73bd78620 (patch) | |
tree | b2440ddcf33511d6ddab8211e3acfa74b680411d /java/sca/vtest | |
parent | d92b1eb5535ed1f87afb38cf63351dd366a2f174 (diff) |
Enable testServiceUnavailableException() test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/vtest')
-rw-r--r-- | java/sca/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java b/java/sca/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java index 9ff7e8e28f..da7b1da0fa 100644 --- a/java/sca/vtest/java-api/apis/exception/src/test/java/org/apache/tuscany/sca/vtest/javaapi/apis/exception/ExceptionTestCase.java +++ b/java/sca/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"); |