From: Sebastien Pouliot Date: Wed, 17 May 2006 20:04:56 +0000 (-0000) Subject: System.Drawing_test.dll.sources: Added unit tests for Pen. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=3eb98d64b711ab006bc154f7ae6d9e0e6ec58423;p=mono.git System.Drawing_test.dll.sources: Added unit tests for Pen. svn path=/trunk/mcs/; revision=60805 --- diff --git a/mcs/class/System.Drawing/ChangeLog b/mcs/class/System.Drawing/ChangeLog index dab80670d4b..0efd796f050 100644 --- a/mcs/class/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/ChangeLog @@ -1,3 +1,7 @@ +2006-05-17 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Added unit tests for Pen. + 2006-05-16 Vladimir Krasnov * run-tests.test.bat: skip nunit build if already done diff --git a/mcs/class/System.Drawing/System.Drawing_test.dll.sources b/mcs/class/System.Drawing/System.Drawing_test.dll.sources index e44e2cb88a5..21f791d0be7 100644 --- a/mcs/class/System.Drawing/System.Drawing_test.dll.sources +++ b/mcs/class/System.Drawing/System.Drawing_test.dll.sources @@ -1,5 +1,6 @@ System.Drawing/ColorTranslator.cs System.Drawing/ColorConverter.cs +System.Drawing/PenTest.cs System.Drawing/RegionDataTest.cs System.Drawing/RegionNonRectTest.cs System.Drawing/TestBitmap.cs