X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FTest%2FSystem.Drawing.Printing%2FChangeLog;h=92c9a8ef6f7f3cdc9eb89abe50c4af8f8dae609e;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=97832ff291eb16e376533392d1e51deed16313be;hpb=ef963e72dfa946b7dd8367d31f53b44180516180;p=mono.git diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Printing/ChangeLog b/mcs/class/System.Drawing/Test/System.Drawing.Printing/ChangeLog index 97832ff291e..92c9a8ef6f7 100644 --- a/mcs/class/System.Drawing/Test/System.Drawing.Printing/ChangeLog +++ b/mcs/class/System.Drawing/Test/System.Drawing.Printing/ChangeLog @@ -1,3 +1,49 @@ +2009-07-09 Carlos Alberto Cortez + + * PageSourceTest.cs: + * PaperSizeTest.cs: Include the new tests in NET_2_0 define, to fix + the 1.1 build. + +2009-07-08 Carlos Alberto Cortez + + * PageSourceTest.cs: New file, by Andy Hume + +2009-07-08 Carlos Alberto Cortez + + * PaperSizeTest.cs: New file, by Andy Hume + +2007-07-03 Sebastien Pouliot + + * MarginsTest.cs: Remove operator tests before 2.0. Fix bots failures. + +2007-05-29 Sebastien Pouliot + + * MarginsTest.cs: New. Unit tests for Margins. + +2007-05-03 Sebastien Pouliot + + * PrintingServicesUnixTest.cs: New. Test case to make sure libgdiplus + was compiled with printing support. + +2006-11-23 Carlos Alberto Cortez + + * PageSettingsTest.cs: Check for installed printers, + since we need to have at least one. Don't run the tests + otherwise. + +2006-11-16 Carlos Alberto Cortez + + * PageSettingsTest.cs: New file. + +2005-09-22 Sebastien Pouliot + + * PrintingPermissionAttributeTest.cs: Removed *Choice security actions + +2005-09-16 Sebastien Pouliot + + * PrintingPermissionTest.cs: Before 2.0 some test cases throws + ArgumentException. + 2005-08-26 Atsushi Enomoto * PrintingPermissionTest.cs, PrintingPermissionAttributeTest.cs :