Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/Test/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/Test/ChangeLog58
1 files changed, 0 insertions, 58 deletions
diff --git a/mcs/class/System.Drawing/Test/ChangeLog b/mcs/class/System.Drawing/Test/ChangeLog
deleted file mode 100644
index 0eb324b6de1..00000000000
--- a/mcs/class/System.Drawing/Test/ChangeLog
+++ /dev/null
@@ -1,58 +0,0 @@
-2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
-
- * HostIgnoreList.cs: Now use the DISTRO variable to track tests to
- ignore.
-
-2007-01-07 Sebastien Pouliot <sebastien@ximian.com>
-
- * 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 <borisk@mainsoft.com>
-
- * Test20.J2EE.vmwcsproj : fixed reference path.
-
-2006-09-12 Boris Kirzner <borisk@mainsoft.com>
- * Test20.csproj,Test20.J2EE.vmwcsproj: updated references path.
-
-2006-08-28 Boris Kirzner <borisk@mainsoft.com>
- * 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 <borisk@mainsoft.com>
- * Test.vmwcsproj,Test.dotnet.csproj: added reference to NUnit projects.
-
-2006-01-23 Boris Kirzner <borisk@mainsoft.com>
- * Test.vmwcsproj: perform java output validation.
-
-2005-09-06 Boris Kirzner <borisk@mainsoft.com>
-
- * Test.dotnet.csproj, Test.vmwcsproj: Added GraphicsPathIterator.cs.
-
-2005-08-16 Andrew Skiba <andrews@mainsoft.com>
-
- * Test.dotnet.csproj, Test.vmwcsproj: Embed Bitmap1.png, add Bitmap1.bmp
-
-2005-08-10 Boris Kirzner <borisk@mainsoft.com>
- * Test.dotnet.csproj, Test.vmwcsproj: Added GraphicsPath.cs.
-
-2005-08-09 Andrew Skiba <andrews@mainsoft.com>
-
- * Test.dotnet.csproj, Test.vmcsproj: add ColorConverter.cs and ColorTranslator.cs
-
-2005-08-08 Andrew Skiba <andrews@mainsoft.com>
- * Test.dotnet.csproj, Test.vmcsproj: move these projects from DrawingTest/Test and include Mono tests in addition to Mainsoft tests.
-
-2004-03-17 Ravindra <rkumar@novell.com>
- * 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.