diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-22 15:53:16 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-22 15:53:16 +0000 |
commit | 92259846047ae29f8f66f977eaf025e62f58abbb (patch) | |
tree | dee503401e90c2e91f0b0ca23e4f6eb0c28d20d1 /java/sca/modules | |
parent | 04531b3fe0727ec7168eeff112e000a694b7ee37 (diff) |
Turn of this test while looking at how to put them somewhere more appropriate
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r-- | java/sca/modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/BuildPolicyTestCase.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/BuildPolicyTestCase.java b/java/sca/modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/BuildPolicyTestCase.java index f3ba043ddd..8c3601591b 100644 --- a/java/sca/modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/BuildPolicyTestCase.java +++ b/java/sca/modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/BuildPolicyTestCase.java @@ -53,6 +53,7 @@ import org.apache.tuscany.sca.monitor.Monitor; import org.apache.tuscany.sca.monitor.MonitorFactory; import org.apache.tuscany.sca.policy.PolicySubject; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; /** @@ -120,7 +121,7 @@ public class BuildPolicyTestCase { } @Test - // @Ignore("The inheritance will be calculated differently in OASIS SCA") + @Ignore("There are so many errors with this composite the builder doesn't have enough to go on") public void testPolicyIntentInheritance() throws Exception { String namespaceUri = "http://test"; |