Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/Test/System.Drawing.Imaging/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/Test/System.Drawing.Imaging/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Imaging/ChangeLog b/mcs/class/System.Drawing/Test/System.Drawing.Imaging/ChangeLog
new file mode 100644
index 00000000000..75122b31a50
--- /dev/null
+++ b/mcs/class/System.Drawing/Test/System.Drawing.Imaging/ChangeLog
@@ -0,0 +1,48 @@
+2005-11-13 Kornél Pál <kornelpal@hotmail.com>
+
+ * TestImageFormat.cs: Added ToStringTest.
+
+2005-10-31 Jordi Mas i Hernandez <jordi@ximian.com>
+
+ * TestImageFormat.cs: New test unit
+
+2005-09-16 Sebastien Pouliot <sebastien@ximian.com>
+
+ * 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 <jordi@ximian.com>
+
+ * TestBmpCodec.cs: Enable PixelFormat tests
+
+2005-08-16 Andrew Skiba <andrews@mainsoft.com>
+
+ * 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 <andrews@mainsoft.com>
+
+ * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
+ Flags, FormatDescription, MimeType properties checked
+
+2005-08-09 Andrew Skiba <andrews@mainsoft.com>
+
+ * TestImageCodecInfo.cs: refactor to make possible to add tests for all
+ properties, not only FormatID.
+
+2004-03-22 Jordi Mas i Hernandez <jordi@ximian.com>
+
+ * TestColorMatrix.cs: added test case
+ * TestImageAttributes.cs: added test case
+
+2004-06-10 Sanjay Gupta <gsanjay@novell.com>
+
+ * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
+ dependency on obsolete class, Assertion from NUnit.
+
+2004-03-17 Ravindra <rkumar@novell.com>
+ * Created this repository for System.Drawing.Imaging tests.
+ * ChangeLog: Added.