a93a351eccdb5b1c4fc27056a8a72e4867894199
[mono.git] / mcs / class / System / Test / System.IO.Compression / ChangeLog
1 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2
3         * DeflateStreamTest.cs: test from bug #549492.
4
5 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * DeflateStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.
8         Added test for bug #327480. Code formatting.
9         * GzipStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.
10         Code formatting.
11
12 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
13
14         * DeflateStreamTest.cs, GzipStreamTest.cs : disabled tests that are
15           hanging on my machine (and maybe buildbot). Will enable if
16           this does not fix buildbot hang.
17
18 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * DeflateStreamTest.cs, GzipStreamTest.cs : enabled tests that are
21           marked as NotWorking. Closed bug #72143.
22
23 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * DeflateStreamCas.cs: New. CAS unit tests to test stack propagation 
26         for BeginRead and BeginWrite.
27         * DeflateStreamTest.cs: Added tests for constructor. Fixed tests to 
28         execute without error with 2.0 beta2. Removed "NotWorking" for some 
29         (fixed) tests.
30         * GZipStreamCas.cs: New. CAS unit tests to test stack propagation 
31         for BeginRead and BeginWrite.
32         * GzipStreamTest.cs: Renamed class to GZipStream. : Added tests for 
33         constructor. Fixed tests to execute without error with 2.0 beta2. 
34         Removed "NotWorking" for some (fixed) tests.