ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. 2005-08-19 Jordi Mas i Hernandez <[email protected]>
  2. * TestBmpCodec.cs: Enable PixelFormat tests
  3. 2005-08-16 Andrew Skiba <[email protected]>
  4. * TestImageCodecInfo.cs: use regular expressions for results that may vary
  5. while still in correct format, so same tests can be used for jvm
  6. 2005-08-09 Andrew Skiba <[email protected]>
  7. * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
  8. Flags, FormatDescription, MimeType properties checked
  9. 2005-08-09 Andrew Skiba <[email protected]>
  10. * TestImageCodecInfo.cs: refactor to make possible to add tests for all
  11. properties, not only FormatID.
  12. 2004-03-22 Jordi Mas i Hernandez <[email protected]>
  13. * TestColorMatrix.cs: added test case
  14. * TestImageAttributes.cs: added test case
  15. 2004-06-10 Sanjay Gupta <[email protected]>
  16. * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
  17. dependency on obsolete class, Assertion from NUnit.
  18. 2004-03-17 Ravindra <[email protected]>
  19. * Created this repository for System.Drawing.Imaging tests.
  20. * ChangeLog: Added.