ChangeLog 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. 2006-12-21 Sebastien Pouliot <[email protected]>
  2. * TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix
  3. using alpha values (with or without an original alpha-based color).
  4. 2006-10-31 Sebastien Pouliot <[email protected]>
  5. * MetaHeaderTest.cs: New. Unit tests for MetaHeader.
  6. * WmfPlaceableFileHeaderTest.cs: New. Unit tests for
  7. WmfPlaceableFileHeader.
  8. 2006-09-18 Boris Kirzner <[email protected]>
  9. * TestBmpCodec.cs,TestColorMatrix.cs,TestJpegCodec.cs : mark tests
  10. not working in TARGET_JVM.
  11. 2006-09-16 Sebastien Pouliot <[email protected]>
  12. * GifCodecTest.cs: Change filename for Save to ease debugging.
  13. * IconCodecTest.cs: Change filename for Save to ease debugging.
  14. * PngCodecTest.cs: Change filename for Save to ease debugging. Change
  15. color from Red to BlueViolet for lossless formats.
  16. * TestBmpCodec.cs: Change filename for Save to ease debugging. Change
  17. color from Red to BlueViolet for lossless formats.
  18. * TestJpegCodec.cs: Change filename for Save to ease debugging.
  19. * TiffCodecTest.cs: Change filename for Save to ease debugging. Change
  20. color from Red to BlueViolet for lossless formats.
  21. 2006-09-15 Sebastien Pouliot <[email protected]>
  22. * GifCodecTest.cs, IconCodecTest.cs, PngCodecTest.cs, TestBmpCodec.cs,
  23. TestJpegCodec.cs, TiffCodecTest.cs: Refactor Save test case to check
  24. convertions between pixel formats.
  25. 2006-09-12 Boris Kirzner <[email protected]>
  26. * TestBmpCodec.cs, TestJpegCodec.cs: ifdef unsafe code
  27. for TARGET_JVM.
  28. 2006-09-01 Sebastien Pouliot <[email protected]>
  29. * GifCodecTest.cs: New. Unit tests for GIF codec.
  30. * IconCodecTest.cs: New. Unit tests for ICON codec (not working).
  31. * PngCodecTest.cs: New. Unit tests for PNG codec.
  32. * TiffCodecTest.cs: New. Unit tests for TIFF codec.
  33. 2006-08-31 Sebastien Pouliot <[email protected]>
  34. * TestBmpCodec.cs: Add more test cases for 1, 8 and 32 bbp bitmaps
  35. including checks for Pixels and BitmapData.
  36. * TestImageCodecInfo.cs: Fix namespace and class name.
  37. * TestJpegCodec.cs: Reactivate the tests (not sure why they were
  38. commented). Added test cases for Pixel and BitmapData (NotWorking).
  39. 2006-08-25 Sebastien Pouliot <[email protected]>
  40. * TestBmpCodec.cs: Add pixel value tests to a well known bitmap.
  41. 2006-08-24 Sebastien Pouliot <[email protected]>
  42. * TestColorMatrix.cs: Add test cases for error handling inside ctor and
  43. for testing each field with a different value.
  44. 2006-07-19 Sebastien Pouliot <[email protected]>
  45. * TestImageFormat.cs: Added test cases for well known image format
  46. (which returns a human readable name when the ImageFormat comes from
  47. the static properties).
  48. 2006-06-30 Sebastien Pouliot <[email protected]>
  49. * TestImageAttribute.cs: Fix namespace and split test for easier
  50. search of a memory leak.
  51. 2006-05-29 Sebastien Pouliot <[email protected]>
  52. * TestImageFormat.cs: Added test cases for Equals and GetHashCode.
  53. 2006-05-24 Sebastien Pouliot <[email protected]>
  54. * TestImageFormat.cs: Update ToString expected outputs to match MS.
  55. 2006-05-17 Gonzalo Paniagua Javier <[email protected]>
  56. * TestBmpCodec.cs: Bitmap24bitFeatures works now.
  57. 2006-04-25 Peter Dennis Bartok <[email protected]>
  58. * TestBmpCodec.cs: Marked the 24bit test as not working until
  59. bug #78189 is fixed.
  60. 2006-01-25 Boris Kirzner <[email protected]>
  61. *TestBmpCodec.cs, TestImageAttributes.cs, TestImageCodecInfo.cs:
  62. added #ifdef for TARGET_JVM.
  63. 2005-11-13 Kornél Pál <[email protected]>
  64. * TestImageFormat.cs: Added ToStringTest.
  65. 2005-10-31 Jordi Mas i Hernandez <[email protected]>
  66. * TestImageFormat.cs: New test unit
  67. 2005-09-16 Sebastien Pouliot <[email protected]>
  68. * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs,
  69. TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
  70. to all tests. This shows (when executed under MS runtime) that S.D API
  71. is safe and doesn't requires high privileges to run - even if we know
  72. that, deep down, this calls into GDI+.
  73. 2005-08-19 Jordi Mas i Hernandez <[email protected]>
  74. * TestBmpCodec.cs: Enable PixelFormat tests
  75. 2005-08-16 Andrew Skiba <[email protected]>
  76. * TestImageCodecInfo.cs: use regular expressions for results that may vary
  77. while still in correct format, so same tests can be used for jvm
  78. 2005-08-09 Andrew Skiba <[email protected]>
  79. * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
  80. Flags, FormatDescription, MimeType properties checked
  81. 2005-08-09 Andrew Skiba <[email protected]>
  82. * TestImageCodecInfo.cs: refactor to make possible to add tests for all
  83. properties, not only FormatID.
  84. 2004-03-22 Jordi Mas i Hernandez <[email protected]>
  85. * TestColorMatrix.cs: added test case
  86. * TestImageAttributes.cs: added test case
  87. 2004-06-10 Sanjay Gupta <[email protected]>
  88. * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
  89. dependency on obsolete class, Assertion from NUnit.
  90. 2004-03-17 Ravindra <[email protected]>
  91. * Created this repository for System.Drawing.Imaging tests.
  92. * ChangeLog: Added.