ChangeLog 1.2 KB

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