Skip to content

Commit

Permalink
these are font size dependent. remove them
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=68099
  • Loading branch information
Chris Toshok committed Nov 17, 2006
1 parent b6c4181 commit adf43b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public void FormPropertyTest ()
Assert.IsNull (myform.AcceptButton, "#1");
Assert.IsNull (myform.ActiveMdiChild, "#2");
Assert.IsFalse (myform.AutoScale, "#3");
Assert.AreEqual (13, myform.AutoScaleBaseSize.Height, "#4");
Assert.AreEqual (5, myform.AutoScaleBaseSize.Width, "#5");
Assert.IsNull (myform.CancelButton, "#6");
Assert.IsTrue (myform.ControlBox, "#9");
Assert.IsTrue (myform.DesktopBounds.X > 0, "#10a");
Expand Down

0 comments on commit adf43b3

Please sign in to comment.