Put test in the correct namespace
authorE.Z. Hart <hartez@gmail.com>
Wed, 7 Dec 2016 00:16:35 +0000 (17:16 -0700)
committerE.Z. Hart <hartez@gmail.com>
Wed, 7 Dec 2016 00:16:35 +0000 (17:16 -0700)
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla41415.cs

index c16f373..c79ced1 100644 (file)
@@ -6,7 +6,7 @@ using Xamarin.UITest;
 using NUnit.Framework;
 #endif
 
-namespace Xamarin.Forms.Controls
+namespace Xamarin.Forms.Controls.Issues
 {
        [Preserve(AllMembers = true)]
        [Issue(IssueTracker.Bugzilla, 41415, "ScrollX and ScrollY values are not consistent with iOS", PlatformAffected.Android)]