You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2006/03/20 19:31:46 UTC

svn commit: r387271 - /xml/security/trunk/src_unitTests/org/apache/xml/security/test/interop/InteropTest.java

Author: raul
Date: Mon Mar 20 10:31:45 2006
New Revision: 387271

URL: http://svn.apache.org/viewcvs?rev=387271&view=rev
Log:
Don't throw exception when a signature fail.

Modified:
    xml/security/trunk/src_unitTests/org/apache/xml/security/test/interop/InteropTest.java

Modified: xml/security/trunk/src_unitTests/org/apache/xml/security/test/interop/InteropTest.java
URL: http://svn.apache.org/viewcvs/xml/security/trunk/src_unitTests/org/apache/xml/security/test/interop/InteropTest.java?rev=387271&r1=387270&r2=387271&view=diff
==============================================================================
--- xml/security/trunk/src_unitTests/org/apache/xml/security/test/interop/InteropTest.java (original)
+++ xml/security/trunk/src_unitTests/org/apache/xml/security/test/interop/InteropTest.java Mon Mar 20 10:31:45 2006
@@ -163,7 +163,7 @@
                 log.debug("Reference " + i );
              }
           }
-          throw new RuntimeException("Falle:"+sb.toString());
+          //throw new RuntimeException("Falle:"+sb.toString());
       }
       
       return result;