ChangeLog 1.9 KB

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