Author: raja
Date: 2007-02-23 03:52:48 -0500 (Fri, 23 Feb 2007)
New Revision: 73357

Modified:
   trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
   
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs
Log:
Fix compilation error
* DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.


Modified: 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog   
2007-02-23 08:03:00 UTC (rev 73356)
+++ trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog   
2007-02-23 08:52:48 UTC (rev 73357)
@@ -1,3 +1,8 @@
+2007-02-23  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       Fix compilation error
+       * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
+
 2007-02-22  Gert Driesen  <[EMAIL PROTECTED]>
 
        * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.

Modified: 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs
===================================================================
--- 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs
      2007-02-23 08:03:00 UTC (rev 73356)
+++ 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs
      2007-02-23 08:52:48 UTC (rev 73357)
@@ -30,7 +30,6 @@
 using System;
 using System.Drawing;
 using System.Windows.Forms;
-using System.ComponentModel;
 using System.Collections;
 
 namespace MonoTests.System.Windows.Forms {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to