2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
1 2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
2
3         * TestColor.cs: Added tests for GetHue, GetBrightness
4         and GetSaturation.
5
6 2005-02-24 Jordi Mas i Hernandez <jordi@ximan.com>
7         * TestRegion.cs: added new IsVisible cases
8
9 2004-06-22  Sanjay Gupta <gsanjay@novell.com>
10
11         * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
12
13 2004-06-17  Ravindra <rkumar@novell.com>
14
15         * graphicsUi.cs: Formatted and moved to
16         Samples/System.Drawing directory.
17         * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
18         Samples/System.Drawing directory.
19         * hering.cs: Formatted and moved to Samples/General directory.
20         * BmpPaint.cs: Ficed, formatted and moved to 
21         Samples/System.Drawing directory.
22         * font1.cs: Formatted and renamed to font.cs. Moved to
23         Samples/System.Drawing directory.
24
25 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
26
27         * TestBitmap.cs: Corrected issues from my previous checkin.
28
29 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
30
31         * TestImageFormatConverter.cs, TestStringFormat.cs: Removed 
32         dependency on obsolete class, Assertion from NUnit.
33
34 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
35
36         * TestImageConverter.cs: Removed dependency on obsolete class, 
37         Assertion from NUnit.
38
39 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
40
41         * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
42         dependency on obsolete class, Assertion from NUnit.
43
44 2004-05-27  Ravindra <rkumar@novell.com>
45
46         * TestRectangleConverter.cs: Ignored the test that is failing
47         because of bug #58435.
48         * TestPointConverter.cs: Same.
49         * TestSizeConverter.cs: Same.
50         * TestImageConverter.cs: Same.
51
52 2004-05-26 Sanjay Gupta <gsanjay@novell.com>
53
54         * TestImageFormatConverter.cs: Minor modification. Removed duplicate 
55         assertion numbers. 
56
57 2004-05-26 Ravindra <rkumar@novell.com>
58
59         * TestColor.cs: Added a test for testing ARGB values for all
60         the static color properties.
61
62 2004-05-20 Sanjay Gupta <gsanjay@novell.com>
63         
64         * TestIcon.cs: Added.
65         * bitmaps/smiley.ico: Added.
66
67 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
68         
69         * TestImageFormatConverter.cs: Fixed issues with test case.
70
71 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
72         
73         * TestImageConverter.cs: Fixed issues with test case.
74
75 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
76         
77         * TestIconConverter.cs: Fixed issues with test case.
78
79 2004-05-18 Ravindra <rkumar@novell.com>
80
81         * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
82         this under Test/System.Drawing.Drawing2D directory.
83
84 2004-05-17 Sanjay Gupta <gsanjay@novell.com>
85                                                                                                          
86         * TestIconConverter.cs: Added.
87         * bitmaps/VisualPng.ico: Added
88         * bitmaps/VisualPng1.ico: Added
89
90 2004-05-14 Sanjay Gupta <gsanjay@novell.com>
91
92         * TestBitmap.cs: Modified method signature to static to be used in other file.
93         * TestImageConverter.cs: Added.
94         * TestImageFormatConverter.cs: Added
95
96 2004-05-12 Jordi Mas <jordi@ximan.com>
97         * TestBitmap.cs: added lockbitmap tests
98
99 2004-05-07 Jordi Mas <jordi@ximan.com>
100         * TestBitmap.cs: added rotation tests
101
102 2004-04-23  Ravindra <rkumar@novell.com>
103
104         * TestSystemPens.cs: Removed some unused exception variables.
105         * TestRectangleConverter.cs: Removed culture dependent tests.
106         * TestPointConverter.cs: Removed culture dependent tests.
107         * TestSizeConverter.cs: Removed culture dependent tests.
108         (These tests were not right because a constant culture specific string
109         was being parsed by using current culture of the thread. It resulted in
110         test failures when cultures do not match.)
111
112 2004-04-22  Ravindra <rkumar@novell.com>
113
114         * TestPointConverter.cs: Added.
115         * TestSizeConverter.cs: Added.
116
117 2004-04-22  Ravindra <rkumar@novell.com>
118
119         * TestRectangleConverter.cs: Added.
120
121 2004-04-21  Ravindra <rkumar@novell.com>
122
123         * TestPens.cs: Added.
124
125 2004-04-21  Ravindra <rkumar@novell.com>
126
127         * TestBrushes.cs: Added.
128
129 2004-04-16  Ravindra <rkumar@novell.com>
130
131         * TestSystemPens.cs: Added.
132
133 2004-03-13  Ravindra <rkumar@novell.com>
134
135         * TestSystemBrushes.cs: Added test fail conditions.
136
137 2004-03-12  Ravindra <rkumar@novell.com>
138
139         * TestSystemBrushes.cs: Added.
140
141 2004-03-17  Ravindra <rkumar@novell.com>
142         * TestHatchBrush.cs: Added.
143
144 2004-01-26  Ravindra <rkumar@novell.com>
145         * TestPointF.cs: Added.
146         * TestSize.cs: Added.
147         * TestSizeF: Added.
148
149 2004-01-16  Ravindra <rkumar@novell.com>
150         * BmpPaint.cs   did not run on .NET.
151         Modified to make it run on .NET. Specs say
152         "Do not save an image to the same stream
153         that was used to construct the image."
154
155 2003-07-30  Alexandre Pigolkine <pigolkine@gmx.de>
156         * BmpPaint.cs   modified
157
158 2003-06-28  Alexandre Pigolkine <pigolkine@gmx.de>
159         * hering.cs     save as Jpeg also
160
161 2003-06-22  Alexandre Pigolkine <pigolkine@gmx.de>
162         * font1.cs added
163
164 2003-06-17  Alexandre Pigolkine <pigolkine@gmx.de>
165         * hering.cs     added
166         
167 2003-06-15  Alexandre Pigolkine <pigolkine@gmx.de>
168         * BmpPaint.cs   ImageFormat specified for Save()
169         * image1.cs             added
170
171 2003-06-06  Alexandre Pigolkine <pigolkine@gmx.de>
172         * BmpPaint.cs   added
173
174 2001-10-31  Mike Kestner <mkestner@speakeasy.net>
175
176         * TestPoint.cs : Tests I've had in my node forever.
177