ChangeLog 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2007-01-07 Sebastien Pouliot <[email protected]>
  2. * HostIgnoreList.cs: New class to ignore some tests on specific hosts.
  3. Useful for monobuild where old versions of libraries (e.g. fontconfig)
  4. are failing some unit tests (that we don't want to ignore for all
  5. platforms/distros).
  6. 2006-09-18 Boris Kirzner <[email protected]>
  7. * Test20.J2EE.vmwcsproj : fixed reference path.
  8. 2006-09-12 Boris Kirzner <[email protected]>
  9. * Test20.csproj,Test20.J2EE.vmwcsproj: updated references path.
  10. 2006-08-28 Boris Kirzner <[email protected]>
  11. * System.Drawing.Test20.J2EE.sln, System.Drawing.Test20.sln,
  12. Test20.csproj, Test20.J2EE.vmwcsproj: added solution
  13. and project files for NET_2_0 tests.
  14. 2006-01-25 Boris Kirzner <[email protected]>
  15. * Test.vmwcsproj,Test.dotnet.csproj: added reference to NUnit projects.
  16. 2006-01-23 Boris Kirzner <[email protected]>
  17. * Test.vmwcsproj: perform java output validation.
  18. 2005-09-06 Boris Kirzner <[email protected]>
  19. * Test.dotnet.csproj, Test.vmwcsproj: Added GraphicsPathIterator.cs.
  20. 2005-08-16 Andrew Skiba <[email protected]>
  21. * Test.dotnet.csproj, Test.vmwcsproj: Embed Bitmap1.png, add Bitmap1.bmp
  22. 2005-08-10 Boris Kirzner <[email protected]>
  23. * Test.dotnet.csproj, Test.vmwcsproj: Added GraphicsPath.cs.
  24. 2005-08-09 Andrew Skiba <[email protected]>
  25. * Test.dotnet.csproj, Test.vmcsproj: add ColorConverter.cs and ColorTranslator.cs
  26. 2005-08-08 Andrew Skiba <[email protected]>
  27. * Test.dotnet.csproj, Test.vmcsproj: move these projects from DrawingTest/Test and include Mono tests in addition to Mainsoft tests.
  28. 2004-03-17 Ravindra <[email protected]>
  29. * System.Drawing.Drawing2D: Created repository for tests of
  30. this namespace.
  31. * System.Drawing.Imaging: Created repository for tests of
  32. this namespace.
  33. * System.Drawing.Printing: Created repository for tests of
  34. this namespace.
  35. * System.Drawing.Text: Created repository for tests of this
  36. namespace.
  37. * ChangeLog: Added.