ChangeLog 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 2006-01-27 Sebastien Pouliot <[email protected]>
  2. * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten
  3. tests and added more test cases (for each type of shape).
  4. 2006-01-16 Sebastien Pouliot <[email protected]>
  5. * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
  6. some parts of the tests that checked bounds (Add* tests).
  7. 2006-01-13 Sebastien Pouliot <[email protected]>
  8. * GraphicsPathTest.cs: New. Added multiple test cases to check null
  9. handling and how the points are generated for the Add* methods.
  10. * PathDataTest.cs: New. Added clone test case.
  11. 2006-01-12 Sebastien Pouliot <[email protected]>
  12. * GraphicsPathTest.cs: New. Basic test cases for empty path and
  13. cloning.
  14. * PathDataTest.cs: New. Test cases for PathData.
  15. 2005-09-16 Sebastien Pouliot <[email protected]>
  16. * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
  17. Deny UnmanagedCode permission to all tests. This shows (when executed
  18. under MS runtime) that S.D API is safe and doesn't requires high
  19. privileges to run - even if we know that, deep down, this calls into
  20. GDI+.
  21. 2005-08-25 Jordi Mas i Hernandez <[email protected]>
  22. * TestMatrix.cs: New test cases
  23. 2005-08-24 Jordi Mas i Hernandez <[email protected]>
  24. * TestMatrix.cs: New Matrix unit case
  25. 2004-06-03 Ravindra <[email protected]>
  26. * TestHatchBrush.cs: Added missing test cases for all the hatch
  27. styles.
  28. 2004-05-18 Ravindra <[email protected]>
  29. * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
  30. * TestBlend.cs: dos2unix format and namespace changed to
  31. MonoTests.System.Drawing.Drawing2D.
  32. * TestColorBlend.cs: dos2unix format and namespace changed to
  33. MonoTests.System.Drawing.Drawing2D.
  34. 2004-03-17 Ravindra <[email protected]>
  35. * TestBlend.cs: Added.
  36. * TestColorBlend.cs: Added.
  37. 2004-03-17 Ravindra <[email protected]>
  38. * System.Drawing.Drawing2D: Created a repository for
  39. System.Drawing.Drawing2D tests.
  40. * ChangeLog: Added.