ChangeLog 2.3 KB

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