2006-08-12 Duncan Mak <duncan@novell.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Sat, 12 Aug 2006 22:08:57 +0000 (22:08 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Sat, 12 Aug 2006 22:08:57 +0000 (22:08 -0000)
commit42b427e77e8d22ef659aa6c8759bccf9265a62d3
treeb535ad87b4e9a1f30a075e44917043c1cb725e14
parente83141efbe42486b9f17626c946fa96fb6805767
2006-08-12  Duncan Mak  <duncan@novell.com>

* GDIPlusTest.cs: Removed all the local PInvoke methods.
(DrawingOperations): New test for various draw and fill operations
in Graphics.

2006-08-12  Duncan Mak  <duncan@novell.com>

* GDIPlusTest.csproj: New MSBuild project file for building
GDIPlusTest on Windows.

* System.Drawing_test.dll.sources: Add gdipEnums.cs,
gdipFunctions.cs and gdipStructs.cs.

* Makefile (TEST_MCS_FLAGS): Add new #define 'TEST'. This is used
to exclude parts of gdipFunctions so that it could be reused as
part of the NUnit tests.

svn path=/trunk/mcs/; revision=63675
mcs/class/System.Drawing/ChangeLog
mcs/class/System.Drawing/GDIPlusTest.csproj [new file with mode: 0644]
mcs/class/System.Drawing/Makefile
mcs/class/System.Drawing/System.Drawing/ChangeLog
mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs
mcs/class/System.Drawing/System.Drawing_test.dll.sources
mcs/class/System.Drawing/Test/System.Drawing/ChangeLog
mcs/class/System.Drawing/Test/System.Drawing/GDIPlusTest.cs