ChangeLog 941 B

123456789101112131415161718192021222324
  1. 2005-08-09 Andrew Skiba <[email protected]>
  2. * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
  3. Flags, FormatDescription, MimeType properties checked
  4. 2005-08-09 Andrew Skiba <[email protected]>
  5. * TestImageCodecInfo.cs: refactor to make possible to add tests for all
  6. properties, not only FormatID.
  7. 2004-03-22 Jordi Mas i Hernandez <[email protected]>
  8. * TestColorMatrix.cs: added test case
  9. * TestImageAttributes.cs: added test case
  10. 2004-06-10 Sanjay Gupta <[email protected]>
  11. * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
  12. dependency on obsolete class, Assertion from NUnit.
  13. 2004-03-17 Ravindra <[email protected]>
  14. * Created this repository for System.Drawing.Imaging tests.
  15. * ChangeLog: Added.