ChangeLog 9.0 KB

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