2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
index d032fa9c25e8eeee9a7e23a3ce707a4238007531..85d19efce191b21ff792efd4cb19650fe9386216 100644 (file)
@@ -1,3 +1,139 @@
+2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
+
+       * TestColor.cs: Added tests for GetHue, GetBrightness
+       and GetSaturation.
+
+2005-02-24 Jordi Mas i Hernandez <jordi@ximan.com>
+       * TestRegion.cs: added new IsVisible cases
+
+2004-06-22  Sanjay Gupta <gsanjay@novell.com>
+
+       * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
+
+2004-06-17  Ravindra <rkumar@novell.com>
+
+       * graphicsUi.cs: Formatted and moved to
+       Samples/System.Drawing directory.
+       * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
+       Samples/System.Drawing directory.
+       * hering.cs: Formatted and moved to Samples/General directory.
+       * BmpPaint.cs: Ficed, formatted and moved to 
+       Samples/System.Drawing directory.
+       * font1.cs: Formatted and renamed to font.cs. Moved to
+       Samples/System.Drawing directory.
+
+2004-06-10  Sanjay Gupta <gsanjay@novell.com>
+
+       * TestBitmap.cs: Corrected issues from my previous checkin.
+
+2004-06-10  Sanjay Gupta <gsanjay@novell.com>
+
+       * TestImageFormatConverter.cs, TestStringFormat.cs: Removed 
+       dependency on obsolete class, Assertion from NUnit.
+
+2004-06-09  Sanjay Gupta <gsanjay@novell.com>
+
+       * TestImageConverter.cs: Removed dependency on obsolete class, 
+       Assertion from NUnit.
+
+2004-06-09  Sanjay Gupta <gsanjay@novell.com>
+
+       * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
+       dependency on obsolete class, Assertion from NUnit.
+
+2004-05-27  Ravindra <rkumar@novell.com>
+
+       * TestRectangleConverter.cs: Ignored the test that is failing
+       because of bug #58435.
+       * TestPointConverter.cs: Same.
+       * TestSizeConverter.cs: Same.
+       * TestImageConverter.cs: Same.
+
+2004-05-26 Sanjay Gupta <gsanjay@novell.com>
+
+       * TestImageFormatConverter.cs: Minor modification. Removed duplicate 
+       assertion numbers. 
+
+2004-05-26 Ravindra <rkumar@novell.com>
+
+       * TestColor.cs: Added a test for testing ARGB values for all
+       the static color properties.
+
+2004-05-20 Sanjay Gupta <gsanjay@novell.com>
+       
+       * TestIcon.cs: Added.
+       * bitmaps/smiley.ico: Added.
+
+2004-05-18 Sanjay Gupta <gsanjay@novell.com>
+       
+       * TestImageFormatConverter.cs: Fixed issues with test case.
+
+2004-05-18 Sanjay Gupta <gsanjay@novell.com>
+       
+       * TestImageConverter.cs: Fixed issues with test case.
+
+2004-05-18 Sanjay Gupta <gsanjay@novell.com>
+       
+       * TestIconConverter.cs: Fixed issues with test case.
+
+2004-05-18 Ravindra <rkumar@novell.com>
+
+       * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
+       this under Test/System.Drawing.Drawing2D directory.
+
+2004-05-17 Sanjay Gupta <gsanjay@novell.com>
+                                                                                                         
+        * TestIconConverter.cs: Added.
+        * bitmaps/VisualPng.ico: Added
+        * bitmaps/VisualPng1.ico: Added
+
+2004-05-14 Sanjay Gupta <gsanjay@novell.com>
+
+        * TestBitmap.cs: Modified method signature to static to be used in other file.
+        * TestImageConverter.cs: Added.
+        * TestImageFormatConverter.cs: Added
+
+2004-05-12 Jordi Mas <jordi@ximan.com>
+       * TestBitmap.cs: added lockbitmap tests
+
+2004-05-07 Jordi Mas <jordi@ximan.com>
+       * TestBitmap.cs: added rotation tests
+
+2004-04-23  Ravindra <rkumar@novell.com>
+
+       * TestSystemPens.cs: Removed some unused exception variables.
+       * TestRectangleConverter.cs: Removed culture dependent tests.
+       * TestPointConverter.cs: Removed culture dependent tests.
+       * TestSizeConverter.cs: Removed culture dependent tests.
+       (These tests were not right because a constant culture specific string
+       was being parsed by using current culture of the thread. It resulted in
+       test failures when cultures do not match.)
+
+2004-04-22  Ravindra <rkumar@novell.com>
+
+       * TestPointConverter.cs: Added.
+       * TestSizeConverter.cs: Added.
+
+2004-04-22  Ravindra <rkumar@novell.com>
+
+       * TestRectangleConverter.cs: Added.
+
+2004-04-21  Ravindra <rkumar@novell.com>
+
+       * TestPens.cs: Added.
+
+2004-04-21  Ravindra <rkumar@novell.com>
+
+       * TestBrushes.cs: Added.
+
+2004-04-16  Ravindra <rkumar@novell.com>
+
+       * TestSystemPens.cs: Added.
+
+2004-03-13  Ravindra <rkumar@novell.com>
+
+       * TestSystemBrushes.cs: Added test fail conditions.
+
 2004-03-12  Ravindra <rkumar@novell.com>
 
        * TestSystemBrushes.cs: Added.