2005-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
index d1cc205b9900d8dd060400a01fa7dd785e1b3287..5c648d4309fb140df1590a4af542b22ab33e33b6 100644 (file)
@@ -1,3 +1,59 @@
+2005-09-19  Miguel de Icaza  <miguel@novell.com>
+
+       * TestGraphics.cs (LoadIndexed): Add test for the indexed bug.
+
+2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * BitmapCas.cs: New. CAS unit tests for Bitmap.
+       * GraphicsCas.cs: New. CAS unit tests for Graphics.
+       * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs
+       TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs,
+       TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs,
+       TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs,
+       TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs,
+       TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs,
+       TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.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-09-14 Jordi Mas i Hernandez <jordi@ximan.com>
+
+       * TestGraphics.cs: Adds default properties, properties set/get and save
+       and restore status test
+
+2005-09-13 Jordi Mas i Hernandez <jordi@ximan.com>
+
+       * TestGraphics.cs: resets graphics object status before every SetClip test
+
+2005-09-12 Gert Driesen <drieseng@users.sourceforge.net>
+
+       * TestImageConverter.cs: Re-enabled GetProperties test.
+       * TestPointConverter.cs: same.
+       * TestRectangleConverter.cs: same.
+       * TestSizeConverter.cs: same.
+
+2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
+
+       * TestImagge.cs: File not found exception, related to fix r49744
+       * TestBimap.cs: File not found exception, related to fix r49744
+
+2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
+
+       * TestGraphics.cs: New test case, only clipping for now
+
+2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
+
+       * TestPointConverter.cs: Use Assert class instead of deriving from
+       deprecated Assertion class. Tests now pass on both Mono and MS.NET.
+       * TestRectangleConverter.cs: same.
+       * TestSizeConverter.cs: same.
+
+2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
+
+       * ColorConverter.cs: Add hex string tests. Fixed tests to pass on
+       MS.NET.
+
 2005-08-23 Jordi Mas i Hernandez <jordi@ximan.com>
 
        * TestPens.cs: Add test for Equals method