You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by gi...@apache.org on 2012/07/23 11:16:58 UTC

svn commit: r1364550 - /santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/signature/PhaosTest.java

Author: giger
Date: Mon Jul 23 09:16:58 2012
New Revision: 1364550

URL: http://svn.apache.org/viewvc?rev=1364550&view=rev
Log:
temporary disable some unit tests which require internet connectivity until SANTUARIO-319 is resolved

Modified:
    santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/signature/PhaosTest.java

Modified: santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/signature/PhaosTest.java
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/signature/PhaosTest.java?rev=1364550&r1=1364549&r2=1364550&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/signature/PhaosTest.java (original)
+++ santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/signature/PhaosTest.java Mon Jul 23 09:16:58 2012
@@ -40,6 +40,7 @@ import org.apache.xml.security.stax.ext.
 import org.apache.xml.security.test.stax.utils.StAX2DOM;
 import org.apache.xml.security.test.stax.utils.XMLSecEventAllocator;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.w3c.dom.Document;
 
@@ -67,9 +68,11 @@ public class PhaosTest extends org.junit
         documentBuilderFactory.setCoalescing(false);
         documentBuilderFactory.setIgnoringElementContentWhitespace(false);
     }
-    
 
+
+    // See SANTUARIO-319
     @Test
+    @Ignore
     public void test_signature_dsa_detached() throws Exception {
         // Read in plaintext document
         InputStream sourceDocument = 
@@ -154,8 +157,10 @@ public class PhaosTest extends org.junit
 
         StAX2DOM.readDoc(documentBuilderFactory.newDocumentBuilder(), securityStreamReader);
     }
-    
+
+    // See SANTUARIO-319
     @Test
+    @Ignore
     public void test_signature_hmac_sha1_exclusive_c14n_comments_detached() throws Exception {
         // Read in plaintext document
         InputStream sourceDocument = 
@@ -255,8 +260,10 @@ public class PhaosTest extends org.junit
 
         StAX2DOM.readDoc(documentBuilderFactory.newDocumentBuilder(), securityStreamReader);
     }
-    
+
+    // See SANTUARIO-319
     @Test
+    @Ignore
     public void test_signature_rsa_detached() throws Exception {
         // Read in plaintext document
         InputStream sourceDocument =