Просмотр исходного кода

2005-04-26 Ritvik Mayank <[email protected]>

	* System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test

svn path=/trunk/mcs/; revision=43586
Ritvik Mayank 21 лет назад
Родитель
Сommit
0564267941

+ 4 - 0
mcs/class/Managed.Windows.Forms/ChangeLog

@@ -1,3 +1,7 @@
+2005-04-26  Ritvik Mayank  <[email protected]>
+
+	* System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test
+
 2005-04-25  Jackson Harper  <[email protected]>
 
 	* System.Windows.Forms.dll.sources: Add CursorConvert.cs to the

+ 2 - 0
mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources

@@ -1,3 +1,5 @@
 System.Windows.Forms/TestImageIndexConverter.cs
 System.Windows.Forms/TreeNodeTest.cs
 System.Windows.Forms/TreeViewTest.cs
+System.Windows.Forms/LabelPropertyTest.cs
+

+ 1 - 1
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LabelPropertyTest.cs

@@ -64,7 +64,7 @@ public class LabelTest {
 		//<[Font: Name=Microsoft Sans Serif, Size=8.25, Units=3, GdiCharSet=0, GdiVerticalFont=False]>
 		Assert.AreEqual (SystemColors.ControlText , l.ForeColor  , "#33");
 
-		Assert.AreEqual (IWin32Window.Handle , l.Handle, "#34");
+		//Assert.AreEqual (IWin32Window.Handle , l.Handle, "#34");
 		Assert.AreEqual (false , l.HasChildren, "#35");
 		Assert.AreEqual (23 , l.Height, "#36");