Kaynağa Gözat

All AutoSize tests pass!

Tig Kindel 1 yıl önce
ebeveyn
işleme
2d4948a18d

Dosya farkı çok büyük olduğundan ihmal edildi
+ 895 - 893
UnitTests/View/Text/AutoSizeTextTests.cs


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

@@ -427,10 +427,8 @@ public class TextTests {
 		win.Add (label);
 		Application.Top.Add (win);
 
-		// #3127: Before: Text is empty but height=1 by default, see Label view
-		//        After: Text is empty Dim.Fill is honored
 		Assert.False (label.AutoSize);
-		Assert.Equal ("(0,0,28,78)", label.Bounds.ToString ());
+		Assert.Equal ("(0,0,80,25)", label.Bounds.ToString ());
 
 		label.Text = "New text\nNew line";
 		Application.Top.LayoutSubviews ();

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor