[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / Test / ChangeLog
1 2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * HostIgnoreList.cs: Now use the DISTRO variable to track tests to
4         ignore.
5
6 2007-01-07  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * HostIgnoreList.cs: New class to ignore some tests on specific hosts.
9         Useful for monobuild where old versions of libraries (e.g. fontconfig)
10         are failing some unit tests (that we don't want to ignore for all 
11         platforms/distros).
12
13 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
14
15         * Test20.J2EE.vmwcsproj : fixed reference path.
16
17 2006-09-12      Boris Kirzner <borisk@mainsoft.com>
18         * Test20.csproj,Test20.J2EE.vmwcsproj: updated references path.
19
20 2006-08-28      Boris Kirzner <borisk@mainsoft.com>
21         * System.Drawing.Test20.J2EE.sln, System.Drawing.Test20.sln,
22         Test20.csproj, Test20.J2EE.vmwcsproj: added solution 
23         and project files for NET_2_0 tests.
24
25 2006-01-25 Boris Kirzner <borisk@mainsoft.com>
26         * Test.vmwcsproj,Test.dotnet.csproj: added reference to NUnit projects.
27
28 2006-01-23 Boris Kirzner <borisk@mainsoft.com>
29         * Test.vmwcsproj: perform java output validation.
30
31 2005-09-06 Boris Kirzner <borisk@mainsoft.com>
32
33         * Test.dotnet.csproj, Test.vmwcsproj: Added GraphicsPathIterator.cs.
34
35 2005-08-16 Andrew Skiba <andrews@mainsoft.com>
36
37         * Test.dotnet.csproj, Test.vmwcsproj: Embed Bitmap1.png, add Bitmap1.bmp
38
39 2005-08-10 Boris Kirzner <borisk@mainsoft.com>
40         * Test.dotnet.csproj, Test.vmwcsproj: Added GraphicsPath.cs.
41
42 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
43
44         * Test.dotnet.csproj, Test.vmcsproj: add ColorConverter.cs and ColorTranslator.cs
45
46 2005-08-08  Andrew Skiba <andrews@mainsoft.com>
47         * Test.dotnet.csproj, Test.vmcsproj: move these projects from DrawingTest/Test and include Mono tests in addition to Mainsoft tests.
48
49 2004-03-17  Ravindra <rkumar@novell.com>
50         * System.Drawing.Drawing2D: Created repository for tests of
51         this namespace.
52         * System.Drawing.Imaging: Created repository for tests of
53         this namespace.
54         * System.Drawing.Printing: Created repository for tests of
55         this namespace.
56         * System.Drawing.Text: Created repository for tests of this
57         namespace.
58         * ChangeLog: Added.