ChangeLog 1.5 KB

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