2005-08-14 Gert Driesen * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed tests using current culture. * TestColorConverter.cs: Merged tests with ColorConverter.cs and removed. 2005-08-14 Gert Driesen * TestColor.cs: Added test for ToString() on uninitialized color. * TestColorConverter.cs: Added tests for ColorConverter. 2005-08-10 Jordi Mas i Hernandez * TestRegion.cs: new cases for Combine and Intersect 2005-08-10 Zoltan Varga * TestRectangle.cs: Add new test. 2005-08-09 Andrew Skiba * ColorConverter.cs, ColorTranslator.cs: added * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new tests for convert to/from string 2005-08-07 Andrew Skiba * Color.cs: many new testcases added 2005-08-07 Andrew Skiba * Size.cs, SizeF.cs: GetHashCode and ToString tests 2005-08-07 Andrew Skiba * TestRectangle.cs, TestRectangleF.cs: add new testcases 2005-08-07 Andrew Skiba * TestPoint.cs: GetHashCode and ToString tests added * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction tests improved 2005-08-07 Andrew Skiba * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep the original stack trace. 2005-07-27 Andrew Skiba * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS tests to use tolerance. 2005-05-10 Juraj Skripsky * TestColor.cs: Added tests for GetHue, GetBrightness and GetSaturation. 2005-02-24 Jordi Mas i Hernandez * TestRegion.cs: added new IsVisible cases 2004-06-22 Sanjay Gupta * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests. 2004-06-17 Ravindra * 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 * TestBitmap.cs: Corrected issues from my previous checkin. 2004-06-10 Sanjay Gupta * TestImageFormatConverter.cs, TestStringFormat.cs: Removed dependency on obsolete class, Assertion from NUnit. 2004-06-09 Sanjay Gupta * TestImageConverter.cs: Removed dependency on obsolete class, Assertion from NUnit. 2004-06-09 Sanjay Gupta * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed dependency on obsolete class, Assertion from NUnit. 2004-05-27 Ravindra * 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 * TestImageFormatConverter.cs: Minor modification. Removed duplicate assertion numbers. 2004-05-26 Ravindra * TestColor.cs: Added a test for testing ARGB values for all the static color properties. 2004-05-20 Sanjay Gupta * TestIcon.cs: Added. * bitmaps/smiley.ico: Added. 2004-05-18 Sanjay Gupta * TestImageFormatConverter.cs: Fixed issues with test case. 2004-05-18 Sanjay Gupta * TestImageConverter.cs: Fixed issues with test case. 2004-05-18 Sanjay Gupta * TestIconConverter.cs: Fixed issues with test case. 2004-05-18 Ravindra * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush this under Test/System.Drawing.Drawing2D directory. 2004-05-17 Sanjay Gupta * TestIconConverter.cs: Added. * bitmaps/VisualPng.ico: Added * bitmaps/VisualPng1.ico: Added 2004-05-14 Sanjay Gupta * TestBitmap.cs: Modified method signature to static to be used in other file. * TestImageConverter.cs: Added. * TestImageFormatConverter.cs: Added 2004-05-12 Jordi Mas * TestBitmap.cs: added lockbitmap tests 2004-05-07 Jordi Mas * TestBitmap.cs: added rotation tests 2004-04-23 Ravindra * 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 * TestPointConverter.cs: Added. * TestSizeConverter.cs: Added. 2004-04-22 Ravindra * TestRectangleConverter.cs: Added. 2004-04-21 Ravindra * TestPens.cs: Added. 2004-04-21 Ravindra * TestBrushes.cs: Added. 2004-04-16 Ravindra * TestSystemPens.cs: Added. 2004-03-13 Ravindra * TestSystemBrushes.cs: Added test fail conditions. 2004-03-12 Ravindra * TestSystemBrushes.cs: Added. 2004-03-17 Ravindra * TestHatchBrush.cs: Added. 2004-01-26 Ravindra * TestPointF.cs: Added. * TestSize.cs: Added. * TestSizeF: Added. 2004-01-16 Ravindra * BmpPaint.cs did not run on .NET. Modified to make it run on .NET. Specs say "Do not save an image to the same stream that was used to construct the image." 2003-07-30 Alexandre Pigolkine * BmpPaint.cs modified 2003-06-28 Alexandre Pigolkine * hering.cs save as Jpeg also 2003-06-22 Alexandre Pigolkine * font1.cs added 2003-06-17 Alexandre Pigolkine * hering.cs added 2003-06-15 Alexandre Pigolkine * BmpPaint.cs ImageFormat specified for Save() * image1.cs added 2003-06-06 Alexandre Pigolkine * BmpPaint.cs added 2001-10-31 Mike Kestner * TestPoint.cs : Tests I've had in my node forever.