ChangeLog 1.8 KB

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