diff options
author | E.Z. Hart <hartez@gmail.com> | 2016-11-18 09:42:57 -0700 |
---|---|---|
committer | E.Z. Hart <hartez@gmail.com> | 2016-11-18 09:42:57 -0700 |
commit | 615e3db608d52900e122d233d68ab868a8d117cf (patch) | |
tree | 0793e1ab613ec5d138db658c02fef4128682811a | |
parent | c2ee8da283b2d3a6b500059d6a261ffcef0950e3 (diff) | |
download | xamarin-forms-615e3db608d52900e122d233d68ab868a8d117cf.tar.gz xamarin-forms-615e3db608d52900e122d233d68ab868a8d117cf.tar.bz2 xamarin-forms-615e3db608d52900e122d233d68ab868a8d117cf.zip |
Correct test name
-rw-r--r-- | Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39331.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39331.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39331.cs index fd3275db..4a51cf5b 100644 --- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39331.cs +++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39331.cs @@ -64,7 +64,7 @@ namespace Xamarin.Forms.Controls.Issues #if UITEST [Test] - public void Bugzilla34912Test () + public void Bugzilla39331Test() { RunningApp.Tap (q => q.Marked ("Press me")); RunningApp.WaitForElement (q => q.Marked ("Blocked?")); |