ChangeLog 3.1 KB

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