ChangeLog 596 B

123456789101112
  1. 2005-05-18 Sebastien Pouliot <[email protected]>
  2. * DeflateStreamCas.cs: New. CAS unit tests to test stack propagation
  3. for BeginRead and BeginWrite.
  4. * DeflateStreamTest.cs: Added tests for constructor. Fixed tests to
  5. execute without error with 2.0 beta2. Removed "NotWorking" for some
  6. (fixed) tests.
  7. * GZipStreamCas.cs: New. CAS unit tests to test stack propagation
  8. for BeginRead and BeginWrite.
  9. * GzipStreamTest.cs: Renamed class to GZipStream. : Added tests for
  10. constructor. Fixed tests to execute without error with 2.0 beta2.
  11. Removed "NotWorking" for some (fixed) tests.