ChangeLog 6.1 KB

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