You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2004/04/08 05:39:09 UTC

cvs commit: xml-security/src_unitTests/org/apache/xml/security/test/encryption XMLCipherTester.java

blautenb    2004/04/07 20:39:09

  Modified:    src_unitTests/org/apache/xml/security/test/encryption
                        XMLCipherTester.java
  Log:
  Tail comments in new build.xml cause a failure, so canonicalise without comments
  
  Revision  Changes    Path
  1.15      +1 -1      xml-security/src_unitTests/org/apache/xml/security/test/encryption/XMLCipherTester.java
  
  Index: XMLCipherTester.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/encryption/XMLCipherTester.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XMLCipherTester.java	6 Mar 2004 11:35:19 -0000	1.14
  +++ XMLCipherTester.java	8 Apr 2004 03:39:09 -0000	1.15
  @@ -736,7 +736,7 @@
   
   		ByteArrayOutputStream baos = new ByteArrayOutputStream();
   		Canonicalizer c14n = Canonicalizer.getInstance
  -			(Canonicalizer.ALGO_ID_C14N_WITH_COMMENTS);
  +			(Canonicalizer.ALGO_ID_C14N_OMIT_COMMENTS);
   
   		byte[] serBytes = c14n.canonicalizeSubtree(n);
   		baos.write(serBytes);