ChangeLog 2.4 KB

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