You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by di...@apache.org on 2004/07/12 16:59:31 UTC

cvs commit: xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations C14NInteropTest.java ExclusiveC14NInterop.java

dims        2004/07/12 07:59:31

  Modified:    src_unitTests/org/apache/xml/security/test/c14n/implementations
                        C14NInteropTest.java ExclusiveC14NInterop.java
  Log:
  Adding Init's
  
  Revision  Changes    Path
  1.3       +4 -0      xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/C14NInteropTest.java
  
  Index: C14NInteropTest.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/C14NInteropTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- C14NInteropTest.java	8 Feb 2004 06:08:22 -0000	1.2
  +++ C14NInteropTest.java	12 Jul 2004 14:59:31 -0000	1.3
  @@ -50,6 +50,10 @@
       static org.apache.commons.logging.Log log = 
           org.apache.commons.logging.LogFactory.getLog(C14NInteropTest.class.getName());
   
  +    static {
  +        org.apache.xml.security.Init.init();
  +    }
  +    
      /**
       * Method suite
       *
  
  
  
  1.12      +3 -0      xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/ExclusiveC14NInterop.java
  
  Index: ExclusiveC14NInterop.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/ExclusiveC14NInterop.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ExclusiveC14NInterop.java	8 Feb 2004 06:08:22 -0000	1.11
  +++ ExclusiveC14NInterop.java	12 Jul 2004 14:59:31 -0000	1.12
  @@ -44,6 +44,9 @@
       static org.apache.commons.logging.Log log = 
           org.apache.commons.logging.LogFactory.getLog(ExclusiveC14NInterop.class.getName());
   
  +    static {
  +        org.apache.xml.security.Init.init();
  +    }
      /**
       * Method suite
       *