ChangeLog 2.1 KB

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