ChangeLog 2.8 KB

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