ChangeLog 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. 2008-08-06 Sebastien Pouliot <[email protected]>
  2. * FrameDimensionTest.cs: New. Unit tests for FrameDimension
  3. 2007-08-01 Vladimir Krasnov <[email protected]>
  4. * TestImageAttributes.cs: ImageAttributes tests ignored in TARGET_JVM
  5. since not ImageAttributes supported
  6. * TestJpegCodec.cs: Bitmap8bbpIndexedGreyscalePixels is not working in GH
  7. 2007-07-05 Sebastien Pouliot <[email protected]>
  8. * TestImageAttributes.cs: More complete test for small versus big
  9. alpha uses in matrices.
  10. 2007-06-21 Sebastien Pouliot <[email protected]>
  11. * TestImageAttributes.cs: Add test case for big alpha value used in
  12. a ColorMatrix.
  13. 2007-05-30 Sebastien Pouliot <[email protected]>
  14. * GifCodecTest.cs: Add test case for interlaced GIF
  15. * TestImageAttributes.cs: Add test cases for ColorMatrixFlags and for
  16. Gray ColorMatrix uses.
  17. 2007-05-23 Sebastien Pouliot <[email protected]>
  18. * PngCodecTest.cs: Add test cases for 2bpp PNG images. Add some
  19. palette assertions in 1bpp and 4bpp test cases.
  20. 2007-05-17 Sebastien Pouliot <[email protected]>
  21. * MetafileTest.cs: Ignore test Measure if no fonts are available.
  22. 2007-05-17 Sebastien Pouliot <[email protected]>
  23. * MetafileTest.cs: Add a few test cases on what happens when recording
  24. metafiles.
  25. 2007-05-08 Sebastien Pouliot <[email protected]>
  26. * TestJpegCodec.cs: Add test cases for 8bpp indexed greyscale JPEG
  27. 2007-04-26 Sebastien Pouliot <[email protected]>
  28. * MetafileTest.cs: Add test cases for some .ctor(Stream...)
  29. 2007-04-26 Sebastien Pouliot <[email protected]>
  30. * MetafileTest.cs: Add test cases for more .ctors
  31. 2007-04-16 Sebastien Pouliot <[email protected]>
  32. * GifCodecTest.cs: Fix typo and add Stride check.
  33. * IconCodecTest.cs: Fix typo.
  34. * PngCodecTest.cs: Fix typo and add Stride check.
  35. * TiffCodecTest.cs: Fix typo.
  36. 2007-04-12 Sebastien Pouliot <[email protected]>
  37. * TestBmpCodec.cs: Reenable some NotWorking test case.
  38. * TestJpegCodec.cs: Reenable some NotWorking test case.
  39. * TiffCodecTest.cs: Reenable some NotWorking test case.
  40. 2007-04-11 Sebastien Pouliot <[email protected]>
  41. * GifCodecTest.cs: Reenable some NotWorking test cases.
  42. * IconCodecTest.cs: Reenable some NotWorking test cases.
  43. * PngCodecTest.cs: Reenable some NotWorking test cases.
  44. 2007-04-10 Sebastien Pouliot <[email protected]>
  45. * GifCodecTest.cs: Fix Save* test cases to check 8bpp indexed for all
  46. GIF saved. Added comments to why we're not getting the "right" Red.
  47. * TestBmpCodec.cs: Remove "NotWorking" from Bitmap32bitPixels test
  48. case. The file is a 32bpp RGB (no alpha).
  49. 2007-03-28 Sebastien Pouliot <[email protected]>
  50. * TiffCodecTest.cs: Ignore both SPARC bots by using the HostIgnoreList
  51. mechanism.
  52. 2007-03-15 Sebastien Pouliot <[email protected]>
  53. * EmfPlusRecordTypeTest.cs: New. Unit tests.
  54. * TestColorMatrix.cs: Added some test case and reworked existing to
  55. fix expected/actual results and add test descriptions (which should
  56. help find where the endian issue is hiding).
  57. 2007-03-14 Sebastien Pouliot <[email protected]>
  58. * GifCodecTest.cs: Add test cases for a GIF87a image - which is the
  59. format that GDI+ save GIF files (even if the original was a GIF89a).
  60. 2007-03-09 Sebastien Pouliot <[email protected]>
  61. * MetafileTest.cs: New. Metafile unit tests.
  62. 2007-02-16 Sebastien Pouliot <[email protected]>
  63. * TestImageCodecInfo.cs: Add missing test case for TIFF codec;
  64. 2007-02-08 Sebastien Pouliot <[email protected]>
  65. * TestBmpCodec.cs: Add test case for non-inverted bitmaps #80751
  66. 2007-01-15 Sebastien Pouliot <[email protected]>
  67. * IconCodecTest.cs: New test case to check 32bpp (XP) icons.
  68. 2007-01-11 Sebastien Pouliot <[email protected]>
  69. * IconCodecTest.cs: New test case to check loading from an Icon then
  70. create a Bitmap from the Image. Some properties are changed in the
  71. process (e.g. palette, flags).
  72. 2007-01-10 Sebastien Pouliot <[email protected]>
  73. * IconCodecTest.cs: Add test cases for 48x48, 64x64 and 96x96 icons.
  74. Fix test cases for 16x16 and 32x32 icons. Add test cases for 256
  75. colors and monochrome icons. Remove NotWorking from most tests.
  76. 2007-01-08 Sebastien Pouliot <[email protected]>
  77. * IconCodecTest.cs: Remove [Ignore] and replace with NotWorking.
  78. * TestImageCodecInfo.cs: Add test for new encoders/decoders and
  79. signature masks and patterns.
  80. 2006-12-21 Sebastien Pouliot <[email protected]>
  81. * TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix
  82. using alpha values (with or without an original alpha-based color).
  83. 2006-10-31 Sebastien Pouliot <[email protected]>
  84. * MetaHeaderTest.cs: New. Unit tests for MetaHeader.
  85. * WmfPlaceableFileHeaderTest.cs: New. Unit tests for
  86. WmfPlaceableFileHeader.
  87. 2006-09-18 Boris Kirzner <[email protected]>
  88. * TestBmpCodec.cs,TestColorMatrix.cs,TestJpegCodec.cs : mark tests
  89. not working in TARGET_JVM.
  90. 2006-09-16 Sebastien Pouliot <[email protected]>
  91. * GifCodecTest.cs: Change filename for Save to ease debugging.
  92. * IconCodecTest.cs: Change filename for Save to ease debugging.
  93. * PngCodecTest.cs: Change filename for Save to ease debugging. Change
  94. color from Red to BlueViolet for lossless formats.
  95. * TestBmpCodec.cs: Change filename for Save to ease debugging. Change
  96. color from Red to BlueViolet for lossless formats.
  97. * TestJpegCodec.cs: Change filename for Save to ease debugging.
  98. * TiffCodecTest.cs: Change filename for Save to ease debugging. Change
  99. color from Red to BlueViolet for lossless formats.
  100. 2006-09-15 Sebastien Pouliot <[email protected]>
  101. * GifCodecTest.cs, IconCodecTest.cs, PngCodecTest.cs, TestBmpCodec.cs,
  102. TestJpegCodec.cs, TiffCodecTest.cs: Refactor Save test case to check
  103. convertions between pixel formats.
  104. 2006-09-12 Boris Kirzner <[email protected]>
  105. * TestBmpCodec.cs, TestJpegCodec.cs: ifdef unsafe code
  106. for TARGET_JVM.
  107. 2006-09-01 Sebastien Pouliot <[email protected]>
  108. * GifCodecTest.cs: New. Unit tests for GIF codec.
  109. * IconCodecTest.cs: New. Unit tests for ICON codec (not working).
  110. * PngCodecTest.cs: New. Unit tests for PNG codec.
  111. * TiffCodecTest.cs: New. Unit tests for TIFF codec.
  112. 2006-08-31 Sebastien Pouliot <[email protected]>
  113. * TestBmpCodec.cs: Add more test cases for 1, 8 and 32 bbp bitmaps
  114. including checks for Pixels and BitmapData.
  115. * TestImageCodecInfo.cs: Fix namespace and class name.
  116. * TestJpegCodec.cs: Reactivate the tests (not sure why they were
  117. commented). Added test cases for Pixel and BitmapData (NotWorking).
  118. 2006-08-25 Sebastien Pouliot <[email protected]>
  119. * TestBmpCodec.cs: Add pixel value tests to a well known bitmap.
  120. 2006-08-24 Sebastien Pouliot <[email protected]>
  121. * TestColorMatrix.cs: Add test cases for error handling inside ctor and
  122. for testing each field with a different value.
  123. 2006-07-19 Sebastien Pouliot <[email protected]>
  124. * TestImageFormat.cs: Added test cases for well known image format
  125. (which returns a human readable name when the ImageFormat comes from
  126. the static properties).
  127. 2006-06-30 Sebastien Pouliot <[email protected]>
  128. * TestImageAttribute.cs: Fix namespace and split test for easier
  129. search of a memory leak.
  130. 2006-05-29 Sebastien Pouliot <[email protected]>
  131. * TestImageFormat.cs: Added test cases for Equals and GetHashCode.
  132. 2006-05-24 Sebastien Pouliot <[email protected]>
  133. * TestImageFormat.cs: Update ToString expected outputs to match MS.
  134. 2006-05-17 Gonzalo Paniagua Javier <[email protected]>
  135. * TestBmpCodec.cs: Bitmap24bitFeatures works now.
  136. 2006-04-25 Peter Dennis Bartok <[email protected]>
  137. * TestBmpCodec.cs: Marked the 24bit test as not working until
  138. bug #78189 is fixed.
  139. 2006-01-25 Boris Kirzner <[email protected]>
  140. *TestBmpCodec.cs, TestImageAttributes.cs, TestImageCodecInfo.cs:
  141. added #ifdef for TARGET_JVM.
  142. 2005-11-13 Kornél Pál <[email protected]>
  143. * TestImageFormat.cs: Added ToStringTest.
  144. 2005-10-31 Jordi Mas i Hernandez <[email protected]>
  145. * TestImageFormat.cs: New test unit
  146. 2005-09-16 Sebastien Pouliot <[email protected]>
  147. * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs,
  148. TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
  149. to all tests. This shows (when executed under MS runtime) that S.D API
  150. is safe and doesn't requires high privileges to run - even if we know
  151. that, deep down, this calls into GDI+.
  152. 2005-08-19 Jordi Mas i Hernandez <[email protected]>
  153. * TestBmpCodec.cs: Enable PixelFormat tests
  154. 2005-08-16 Andrew Skiba <[email protected]>
  155. * TestImageCodecInfo.cs: use regular expressions for results that may vary
  156. while still in correct format, so same tests can be used for jvm
  157. 2005-08-09 Andrew Skiba <[email protected]>
  158. * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
  159. Flags, FormatDescription, MimeType properties checked
  160. 2005-08-09 Andrew Skiba <[email protected]>
  161. * TestImageCodecInfo.cs: refactor to make possible to add tests for all
  162. properties, not only FormatID.
  163. 2004-03-22 Jordi Mas i Hernandez <[email protected]>
  164. * TestColorMatrix.cs: added test case
  165. * TestImageAttributes.cs: added test case
  166. 2004-06-10 Sanjay Gupta <[email protected]>
  167. * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
  168. dependency on obsolete class, Assertion from NUnit.
  169. 2004-03-17 Ravindra <[email protected]>
  170. * Created this repository for System.Drawing.Imaging tests.
  171. * ChangeLog: Added.