ChangeLog 1.8 KB

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