[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Printing / ChangeLog
1 2009-07-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * PageSourceTest.cs:
4         * PaperSizeTest.cs: Include the new tests in NET_2_0 define, to fix
5         the 1.1 build.
6
7 2009-07-08  Carlos Alberto Cortez <calberto.cortez@gmail.com> 
8
9         * PageSourceTest.cs: New file, by Andy Hume <andyhume32@yahoo.co.uk>
10
11 2009-07-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12
13         * PaperSizeTest.cs: New file, by Andy Hume <andyhume32@yahoo.co.uk>
14
15 2007-07-03  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * MarginsTest.cs: Remove operator tests before 2.0. Fix bots failures.
18
19 2007-05-29  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * MarginsTest.cs: New. Unit tests for Margins.
22
23 2007-05-03  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * PrintingServicesUnixTest.cs: New. Test case to make sure libgdiplus
26         was compiled with printing support.
27
28 2006-11-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
29
30         * PageSettingsTest.cs: Check for installed printers,
31         since we need to have at least one. Don't run the tests
32         otherwise.
33
34 2006-11-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
35
36         * PageSettingsTest.cs: New file.
37
38 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * PrintingPermissionAttributeTest.cs: Removed *Choice security actions
41
42 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * PrintingPermissionTest.cs: Before 2.0 some test cases throws 
45         ArgumentException.
46
47 2005-08-26  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * PrintingPermissionTest.cs, PrintingPermissionAttributeTest.cs :
50           removed BOM. LF as eol.
51
52 2005-05-30  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * PrintingPermissionTest.cs: Added tests for unification as this 
55         assembly is signed by the "MS final" key (not the ECMA key).
56
57 2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>
58
59         * PrintingPermissionAttributeTest.cs: New. Unit tests for Printing
60         PermissionAttribute.
61         * PrintingPermissionTest.cs: New. Unit tests for PrintingPermission.
62
63 2004-03-17  Ravindra  <rkumar@novell.com>
64         * Created this repository for System.Drawing.Printing tests.
65         * ChangeLog: Added.