New test.
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Imaging / ChangeLog
index 8a91bac7ebcbf4910a6bcd14fac466216dd27bbd..02897cba1d69f25e11774aba931f559ffaab2de1 100644 (file)
@@ -1,3 +1,66 @@
+2006-09-18     Boris Kirzner <borisk@mainsoft.com>
+
+       * TestBmpCodec.cs,TestColorMatrix.cs,TestJpegCodec.cs : mark tests
+       not working in TARGET_JVM.
+
+2006-09-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GifCodecTest.cs: Change filename for Save to ease debugging. 
+       * IconCodecTest.cs: Change filename for Save to ease debugging. 
+       * PngCodecTest.cs: Change filename for Save to ease debugging. Change
+       color from Red to BlueViolet for lossless formats.
+       * TestBmpCodec.cs: Change filename for Save to ease debugging. Change
+       color from Red to BlueViolet for lossless formats. 
+       * TestJpegCodec.cs: Change filename for Save to ease debugging.
+       * TiffCodecTest.cs: Change filename for Save to ease debugging. Change
+       color from Red to BlueViolet for lossless formats.
+
+2006-09-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GifCodecTest.cs, IconCodecTest.cs, PngCodecTest.cs, TestBmpCodec.cs,
+         TestJpegCodec.cs, TiffCodecTest.cs: Refactor Save test case to check
+       convertions between pixel formats.
+
+2006-09-12     Boris Kirzner <borisk@mainsoft.com>
+
+       * TestBmpCodec.cs, TestJpegCodec.cs: ifdef unsafe code 
+       for TARGET_JVM.
+
+2006-09-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GifCodecTest.cs: New. Unit tests for GIF codec.
+       * IconCodecTest.cs: New. Unit tests for ICON codec (not working).
+       * PngCodecTest.cs: New. Unit tests for PNG codec.
+       * TiffCodecTest.cs: New. Unit tests for TIFF codec.
+
+2006-08-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestBmpCodec.cs: Add more test cases for 1, 8 and 32 bbp bitmaps
+       including checks for Pixels and BitmapData.
+       * TestImageCodecInfo.cs: Fix namespace and class name.
+       * TestJpegCodec.cs: Reactivate the tests (not sure why they were 
+       commented). Added test cases for Pixel and BitmapData (NotWorking).
+
+2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestBmpCodec.cs: Add pixel value tests to a well known bitmap.
+
+2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestColorMatrix.cs: Add test cases for error handling inside ctor and
+       for testing each field with a different value.
+
+2006-07-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestImageFormat.cs: Added test cases for well known image format
+       (which returns a human readable name when the ImageFormat comes from
+       the static properties).
+
+2006-06-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestImageAttribute.cs: Fix namespace and split test for easier 
+       search of a memory leak.
+
 2006-05-29  Sebastien Pouliot  <sebastien@ximian.com>
 
        * TestImageFormat.cs: Added test cases for Equals and GetHashCode.