ChangeLog 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2009-07-09 Carlos Alberto Cortez <[email protected]>
  2. * PageSourceTest.cs:
  3. * PaperSizeTest.cs: Include the new tests in NET_2_0 define, to fix
  4. the 1.1 build.
  5. 2009-07-08 Carlos Alberto Cortez <[email protected]>
  6. * PageSourceTest.cs: New file, by Andy Hume <[email protected]>
  7. 2009-07-08 Carlos Alberto Cortez <[email protected]>
  8. * PaperSizeTest.cs: New file, by Andy Hume <[email protected]>
  9. 2007-07-03 Sebastien Pouliot <[email protected]>
  10. * MarginsTest.cs: Remove operator tests before 2.0. Fix bots failures.
  11. 2007-05-29 Sebastien Pouliot <[email protected]>
  12. * MarginsTest.cs: New. Unit tests for Margins.
  13. 2007-05-03 Sebastien Pouliot <[email protected]>
  14. * PrintingServicesUnixTest.cs: New. Test case to make sure libgdiplus
  15. was compiled with printing support.
  16. 2006-11-23 Carlos Alberto Cortez <[email protected]>
  17. * PageSettingsTest.cs: Check for installed printers,
  18. since we need to have at least one. Don't run the tests
  19. otherwise.
  20. 2006-11-16 Carlos Alberto Cortez <[email protected]>
  21. * PageSettingsTest.cs: New file.
  22. 2005-09-22 Sebastien Pouliot <[email protected]>
  23. * PrintingPermissionAttributeTest.cs: Removed *Choice security actions
  24. 2005-09-16 Sebastien Pouliot <[email protected]>
  25. * PrintingPermissionTest.cs: Before 2.0 some test cases throws
  26. ArgumentException.
  27. 2005-08-26 Atsushi Enomoto <[email protected]>
  28. * PrintingPermissionTest.cs, PrintingPermissionAttributeTest.cs :
  29. removed BOM. LF as eol.
  30. 2005-05-30 Sebastien Pouliot <[email protected]>
  31. * PrintingPermissionTest.cs: Added tests for unification as this
  32. assembly is signed by the "MS final" key (not the ECMA key).
  33. 2004-09-09 Sebastien Pouliot <[email protected]>
  34. * PrintingPermissionAttributeTest.cs: New. Unit tests for Printing
  35. PermissionAttribute.
  36. * PrintingPermissionTest.cs: New. Unit tests for PrintingPermission.
  37. 2004-03-17 Ravindra <[email protected]>
  38. * Created this repository for System.Drawing.Printing tests.
  39. * ChangeLog: Added.