Making text longer so the test works even if the device ends up in landscape mode...
authorE.Z. Hart <hartez@users.noreply.github.com>
Tue, 15 Nov 2016 16:52:09 +0000 (09:52 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2016 16:52:09 +0000 (09:52 -0700)
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla36788.cs

index 2217f28..e81dea7 100644 (file)
@@ -25,7 +25,7 @@ namespace Xamarin.Forms.Controls
                                Spacing = 8
                        };
 
-                       var longString = "Very long text in single line to be truncated at tail.  Adding extra text to make sure it gets truncated.";
+                       var longString = "Very long text in single line to be truncated at tail. Adding extra text to make sure it gets truncated. And even more extra text because otherwise the test might fail if we're in, say, landscape orientation rather than portrait.";
 
                        var contentView = new ContentView {
                                Padding = 16,