compressionlibs/ziplib/test/rtest/group/readme.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 14:02:55 +0300
branchRCL_3
changeset 64 c44f36bb61a3
parent 0 e4d67989cc36
permissions -rw-r--r--
Revision: 201021 Kit: 201036

This directory contains several test programs

ezfile: which can be used to compress and then uncompress a single file.
ezlibtest: contains a number of tests designed to test many aspects of the ezlib interface.  This is 
not example code.
example: This test is taken from the zlib distribution and it tests the c interface.  The bits of
example that test the gzip io stuff have been removed.
gzip: A little program written to test the limited gzip functionality provided by ezlib.  It can be 
used to compress and decompress files using the gzip file format.
ezexample: This test is the copy of example test which has been made automated.
gziptest: contains unit tests designed to test many aspects of the gzip interface (like compression - decompression of gzip files)
inflateprimetest: This test is designed to test the inflatePrime function which is part of libz.dll.
decompresstest: This test is designed to check for invalid return codes, panics and memory leaks 
when decompressing invalid Zip and GZip files.