Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fix issuetestnumbers
Browse files Browse the repository at this point in the history
  • Loading branch information
samhouts committed Mar 15, 2018
1 parent c404d9a commit 5ce4bff
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -10,7 +10,7 @@
namespace Xamarin.Forms.Controls.Issues
{
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Bugzilla, 29247, "iOS Device.OpenUri breaks with encoded params", PlatformAffected.iOS)]
[Issue(IssueTracker.Bugzilla, 29247, "iOS Device.OpenUri breaks with encoded params", PlatformAffected.iOS, issueTestNumber: 1)]
public class Bugzilla29247 : TestContentPage
{
protected override void Init()
Expand Down Expand Up @@ -46,7 +46,7 @@ public void Bugzilla29247Test ()
#endif
}
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Bugzilla, 29247, "iOS Device.OpenUri breaks with encoded params 2", PlatformAffected.iOS)]
[Issue(IssueTracker.Bugzilla, 29247, "iOS Device.OpenUri breaks with encoded params 2", PlatformAffected.iOS, issueTestNumber: 2)]
public class Bugzilla29247_2 : TestContentPage
{
protected override void Init()
Expand Down Expand Up @@ -83,7 +83,7 @@ public void Bugzilla29247EncodedParamsTest ()
#endif
}
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Bugzilla, 29247, "iOS Device.OpenUri breaks with encoded params 3", PlatformAffected.iOS)]
[Issue(IssueTracker.Bugzilla, 29247, "iOS Device.OpenUri breaks with encoded params 3", PlatformAffected.iOS, issueTestNumber: 3)]
public class Bugzilla29247_3 : TestContentPage
{
protected override void Init()
Expand Down

0 comments on commit 5ce4bff

Please sign in to comment.