New test.
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Printing / ChangeLog
1 2006-11-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * PageSettingsTest.cs: Check for installed printers,
4         since we need to have at least one. Don't run the tests
5         otherwise.
6
7 2006-11-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8
9         * PageSettingsTest.cs: New file.
10
11 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * PrintingPermissionAttributeTest.cs: Removed *Choice security actions
14
15 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * PrintingPermissionTest.cs: Before 2.0 some test cases throws 
18         ArgumentException.
19
20 2005-08-26  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * PrintingPermissionTest.cs, PrintingPermissionAttributeTest.cs :
23           removed BOM. LF as eol.
24
25 2005-05-30  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * PrintingPermissionTest.cs: Added tests for unification as this 
28         assembly is signed by the "MS final" key (not the ECMA key).
29
30 2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * PrintingPermissionAttributeTest.cs: New. Unit tests for Printing
33         PermissionAttribute.
34         * PrintingPermissionTest.cs: New. Unit tests for PrintingPermission.
35
36 2004-03-17  Ravindra  <rkumar@novell.com>
37         * Created this repository for System.Drawing.Printing tests.
38         * ChangeLog: Added.