summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-03 12:12:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-03 12:12:46 +0000
commit2c95bdde2a56218d1af05753e7314a34cf1b8dc5 (patch)
tree4c87bffd322ced8069ca71cde4f49feeb31cfd58 /sca-java-2.x
parent3b142d363f95b44488b0fc1c561cb28c6b1c20d3 (diff)
Take out the bpel helloworld testcase for now as its broken with the componentcontext api spec compliance changes kelvin is about to commit. I'm investigating and will get it going again soon
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java b/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
index 86e6e4e9c5..cbed39c295 100644
--- a/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
+++ b/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/java/helloworld/HelloWorldTestCase.java
@@ -28,6 +28,7 @@ import org.apache.tuscany.sca.node.Node;
import org.apache.tuscany.sca.node.NodeFactory;
import org.junit.AfterClass;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
/**
@@ -35,6 +36,7 @@ import org.junit.Test;
*
* @version $Rev$ $Date$
*/
+@Ignore
public class HelloWorldTestCase {
private static Node node;