summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 15:57:34 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 15:57:34 +0000
commitf83e5aa85897c109caee089ad5cf06237b860f01 (patch)
treec80f00ac68fa9a2e5110dfcb5f67806ff27b1eee /sca-java-2.x/trunk/itest/ws
parentc7c5fe2e6091d5e1abacd7d65ff94051327d88cd (diff)
TUSCANY-3631 - re-enable the test basic auth test case. The issue was that the appliesTo processing wasn't removing policy sets from Endpoints/EndpointReferences it was just removing them from the Service/Reference models. The Endpoint/EndpointReference versions are used to drive the runtime processing.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996966 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws')
-rw-r--r--sca-java-2.x/trunk/itest/ws/authentication-basic/src/test/java/org/apache/tuscany/sca/binding/ws/axis2/HelloworldTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/authentication-basic/src/test/java/org/apache/tuscany/sca/binding/ws/axis2/HelloworldTestCase.java b/sca-java-2.x/trunk/itest/ws/authentication-basic/src/test/java/org/apache/tuscany/sca/binding/ws/axis2/HelloworldTestCase.java
index 04db2e1834..380fc5b0f5 100644
--- a/sca-java-2.x/trunk/itest/ws/authentication-basic/src/test/java/org/apache/tuscany/sca/binding/ws/axis2/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/itest/ws/authentication-basic/src/test/java/org/apache/tuscany/sca/binding/ws/axis2/HelloworldTestCase.java
@@ -27,7 +27,7 @@ import org.apache.tuscany.sca.node.Node;
import org.apache.tuscany.sca.node.NodeFactory;
import org.junit.Ignore;
-@Ignore("TUSCANY-3631")
+//@Ignore("TUSCANY-3631")
public class HelloworldTestCase extends TestCase {
private Node node;