Skip to content

Commit 83491fe

Browse files
author
Sebastien Pouliot
committed
2006-08-31 Sebastien Pouliot <[email protected]>
* 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). svn path=/trunk/mcs/; revision=64611
1 parent 86c8c2f commit 83491fe

File tree

4 files changed

+712
-216
lines changed

4 files changed

+712
-216
lines changed

mcs/class/System.Drawing/Test/System.Drawing.Imaging/ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2006-08-31 Sebastien Pouliot <[email protected]>
2+
3+
* TestBmpCodec.cs: Add more test cases for 1, 8 and 32 bbp bitmaps
4+
including checks for Pixels and BitmapData.
5+
* TestImageCodecInfo.cs: Fix namespace and class name.
6+
* TestJpegCodec.cs: Reactivate the tests (not sure why they were
7+
commented). Added test cases for Pixel and BitmapData (NotWorking).
8+
19
2006-08-25 Sebastien Pouliot <[email protected]>
210

311
* TestBmpCodec.cs: Add pixel value tests to a well known bitmap.

0 commit comments

Comments
 (0)