Remove the @Ignore for two async itests which work now

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2011-09-15 15:22:05 +00:00
parent 539c20cf1e
commit 7a0fd392bd
2 changed files with 1 additions and 5 deletions

View file

@ -24,11 +24,9 @@ import org.apache.tuscany.sca.Node;
import org.apache.tuscany.sca.TuscanyRuntime;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.oasisopen.sca.NoSuchServiceException;
@Ignore
public class Test1JmsBytesXmlTestCase {
protected TuscanyRuntime runtime;

View file

@ -24,11 +24,9 @@ import org.apache.tuscany.sca.Node;
import org.apache.tuscany.sca.TuscanyRuntime;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.oasisopen.sca.NoSuchServiceException;
@Ignore
public class Test1JmsTextXmlTestCase {
protected TuscanyRuntime runtime;
@ -41,7 +39,7 @@ public class Test1JmsTextXmlTestCase {
@After
public void tearDown() throws Exception {
node.stop();
if (node != null) node.stop();
}
@Test