ChangeLog 1.6 KB

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