You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2003/08/21 19:45:12 UTC

cvs commit: ant/src/etc/testcases/taskdefs unzip.xml

antoine     2003/08/21 10:45:12

  Modified:    src/etc/testcases/taskdefs unzip.xml
  Log:
  Let the unzip testEncoding testcase use UnicodeBig instead of UTF16
  UnicodeBig is supported by rt.jar of 1.2.2 as opposed to UTF16.
  UTF16 is not even listed on
  http://java.sun.com/products/jdk/1.2/docs/guide/internat/encoding.doc.html
  PR: 22549
  Submitted by: J.M. (Martijn) Kruithof (ant at kruithof dot xs4all dot nl)
  
  Revision  Changes    Path
  1.9       +2 -2      ant/src/etc/testcases/taskdefs/unzip.xml
  
  Index: unzip.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/unzip.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- unzip.xml	4 Aug 2003 12:11:37 -0000	1.8
  +++ unzip.xml	21 Aug 2003 17:45:12 -0000	1.9
  @@ -88,9 +88,9 @@
     <target name="encodingTest">
       <mkdir dir="unziptestin"/>
       <touch file="unziptestin/foo"/>
  -    <zip zipfile="unziptest.zip" basedir="unziptestin" encoding="UTF16"/>
  +    <zip zipfile="unziptest.zip" basedir="unziptestin" encoding="UnicodeBig"/>
       <mkdir dir="unziptestout"/>
  -    <unzip src="unziptest.zip" dest="unziptestout" encoding="UTF16"/>
  +    <unzip src="unziptest.zip" dest="unziptestout" encoding="UnicodeBig"/>
     </target>
   
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org