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