소스 검색

Moved AutoSizeFalse tests to more logical locations; nuked invalid tests 2

Tig 1 년 전
부모
커밋
c80f606561
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UnitTests/View/Text/TextTests.cs

+ 1 - 1
UnitTests/View/Text/TextTests.cs

@@ -1234,7 +1234,7 @@ Y
 
     [Fact]
     [SetupFakeDriver]
-    public void Width_Height_SetMinWidthHeight_Narrow_Wide_Runes ()
+    public void Narrow_Wide_Runes ()
     {
         ((FakeDriver)Application.Driver).SetBufferSize (32, 32);
         var top = new View { Width = 32, Height = 32 };