ChangeLog 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 2005-09-16 Sebastien Pouliot <[email protected]>
  2. * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs,
  3. TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
  4. to all tests. This shows (when executed under MS runtime) that S.D API
  5. is safe and doesn't requires high privileges to run - even if we know
  6. that, deep down, this calls into GDI+.
  7. 2005-08-19 Jordi Mas i Hernandez <[email protected]>
  8. * TestBmpCodec.cs: Enable PixelFormat tests
  9. 2005-08-16 Andrew Skiba <[email protected]>
  10. * TestImageCodecInfo.cs: use regular expressions for results that may vary
  11. while still in correct format, so same tests can be used for jvm
  12. 2005-08-09 Andrew Skiba <[email protected]>
  13. * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
  14. Flags, FormatDescription, MimeType properties checked
  15. 2005-08-09 Andrew Skiba <[email protected]>
  16. * TestImageCodecInfo.cs: refactor to make possible to add tests for all
  17. properties, not only FormatID.
  18. 2004-03-22 Jordi Mas i Hernandez <[email protected]>
  19. * TestColorMatrix.cs: added test case
  20. * TestImageAttributes.cs: added test case
  21. 2004-06-10 Sanjay Gupta <[email protected]>
  22. * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
  23. dependency on obsolete class, Assertion from NUnit.
  24. 2004-03-17 Ravindra <[email protected]>
  25. * Created this repository for System.Drawing.Imaging tests.
  26. * ChangeLog: Added.