ChangeLog 2.1 KB

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