ChangeLog 6.8 KB

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