瀏覽代碼

This check is redundant with the rectangle check below

Brandon Thetford 1 年之前
父節點
當前提交
70ca504687
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      UnitTests/View/ViewTests.cs

+ 0 - 5
UnitTests/View/ViewTests.cs

@@ -809,11 +809,6 @@ At 0,0
         // BUGBUG: IsInitialized must be true to process calculation
         r.BeginInit ();
         r.EndInit ();
-#if DEBUG
-        Assert.Equal ("View(Vertical View)(0,0,1,13)", r.ToString ());
-#else
-        Assert.Equal ("View()(0,0,1,13)", r.ToString ());
-#endif
         Assert.False (r.CanFocus);
         Assert.False (r.HasFocus);
         Assert.Equal (new Rectangle (0, 0, 1, 13), r.Bounds);