New test.
[mono.git] / mcs / class / System / Test / System.IO.Compression / ChangeLog
1 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * DeflateStreamTest.cs, GzipStreamTest.cs : enabled tests that are
4           marked as NotWorking. Closed bug #72143.
5
6 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * DeflateStreamCas.cs: New. CAS unit tests to test stack propagation 
9         for BeginRead and BeginWrite.
10         * DeflateStreamTest.cs: Added tests for constructor. Fixed tests to 
11         execute without error with 2.0 beta2. Removed "NotWorking" for some 
12         (fixed) tests.
13         * GZipStreamCas.cs: New. CAS unit tests to test stack propagation 
14         for BeginRead and BeginWrite.
15         * GzipStreamTest.cs: Renamed class to GZipStream. : Added tests for 
16         constructor. Fixed tests to execute without error with 2.0 beta2. 
17         Removed "NotWorking" for some (fixed) tests.