From cd0530f3d5222a020ac1ffae2956018402d36adf Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 19 Oct 2011 08:37:03 +0000 Subject: Add code to read elements from WSDL and enable the test that ensure that mayProvides intents are matched between references and services. This has implications for existing tests in that we now have to ensure that any mayProvides intent that is considered to be the default (a concept that the spec doesn't consider) is present in the intent list for the policy subject in question. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186027 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/itest/interfaces/InerfaceMissmatchTestCase.java | 1 - 1 file changed, 1 deletion(-) (limited to 'sca-java-2.x/trunk/testing/itest/interface-matching') diff --git a/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMissmatchTestCase.java b/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMissmatchTestCase.java index ea3bd34254..636f6cb789 100644 --- a/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMissmatchTestCase.java +++ b/sca-java-2.x/trunk/testing/itest/interface-matching/src/test/java/org/apache/tuscany/sca/itest/interfaces/InerfaceMissmatchTestCase.java @@ -211,7 +211,6 @@ public class InerfaceMissmatchTestCase { * * @throws Exception */ - @Ignore @Test public void testPolicyDistributedRemotable() throws Exception { -- cgit v1.2.3