| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 2006-07-19 Sebastien Pouliot <[email protected]>
- * 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 <[email protected]>
- * TestImageAttribute.cs: Fix namespace and split test for easier
- search of a memory leak.
- 2006-05-29 Sebastien Pouliot <[email protected]>
- * TestImageFormat.cs: Added test cases for Equals and GetHashCode.
- 2006-05-24 Sebastien Pouliot <[email protected]>
- * TestImageFormat.cs: Update ToString expected outputs to match MS.
- 2006-05-17 Gonzalo Paniagua Javier <[email protected]>
- * TestBmpCodec.cs: Bitmap24bitFeatures works now.
- 2006-04-25 Peter Dennis Bartok <[email protected]>
- * TestBmpCodec.cs: Marked the 24bit test as not working until
- bug #78189 is fixed.
- 2006-01-25 Boris Kirzner <[email protected]>
- *TestBmpCodec.cs, TestImageAttributes.cs, TestImageCodecInfo.cs:
- added #ifdef for TARGET_JVM.
- 2005-11-13 Kornél Pál <[email protected]>
- * TestImageFormat.cs: Added ToStringTest.
- 2005-10-31 Jordi Mas i Hernandez <[email protected]>
- * TestImageFormat.cs: New test unit
- 2005-09-16 Sebastien Pouliot <[email protected]>
- * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs,
- TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
- to all tests. This shows (when executed under MS runtime) that S.D API
- is safe and doesn't requires high privileges to run - even if we know
- that, deep down, this calls into GDI+.
- 2005-08-19 Jordi Mas i Hernandez <[email protected]>
- * TestBmpCodec.cs: Enable PixelFormat tests
- 2005-08-16 Andrew Skiba <[email protected]>
- * TestImageCodecInfo.cs: use regular expressions for results that may vary
- while still in correct format, so same tests can be used for jvm
- 2005-08-09 Andrew Skiba <[email protected]>
- * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
- Flags, FormatDescription, MimeType properties checked
- 2005-08-09 Andrew Skiba <[email protected]>
- * TestImageCodecInfo.cs: refactor to make possible to add tests for all
- properties, not only FormatID.
- 2004-03-22 Jordi Mas i Hernandez <[email protected]>
-
- * TestColorMatrix.cs: added test case
- * TestImageAttributes.cs: added test case
- 2004-06-10 Sanjay Gupta <[email protected]>
-
- * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
- dependency on obsolete class, Assertion from NUnit.
- 2004-03-17 Ravindra <[email protected]>
- * Created this repository for System.Drawing.Imaging tests.
- * ChangeLog: Added.
|