ChangeLog 2.0 KB

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