ChangeLog 4.8 KB

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