Remove unused UI test (#163)
authorE.Z. Hart <hartez@users.noreply.github.com>
Wed, 11 May 2016 14:03:20 +0000 (08:03 -0600)
committerkingces95 <kingces95@users.noreply.github.com>
Wed, 11 May 2016 14:03:20 +0000 (07:03 -0700)
Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj
Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs [deleted file]
Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj

index 8a9a618..173587b 100644 (file)
     <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-CellsUITests.cs">
       <Link>Tests\Legacy-CellsUITests.cs</Link>
     </Compile>
-    <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-NavigationBarUITests.cs">
-      <Link>Tests\Legacy-NavigationBarUITests.cs</Link>
-    </Compile>
     <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\PickerUITests.cs">
       <Link>Tests\PickerUITests.cs</Link>
     </Compile>
index c817d65..ae9ddd6 100644 (file)
     <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-CellsUITests.cs">
       <Link>Tests\Legacy-CellsUITests.cs</Link>
     </Compile>
-    <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-NavigationBarUITests.cs">
-      <Link>Tests\Legacy-NavigationBarUITests.cs</Link>
-    </Compile>
     <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-UnevenListTests.cs">
       <Link>Tests\Legacy-UnevenListTests.cs</Link>
     </Compile>
diff --git a/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs b/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs
deleted file mode 100644 (file)
index 5af7751..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-using NUnit.Framework;
-using Xamarin.UITest;
-using System;
-using System.Threading;
-using Xamarin.UITest.Queries;
-using System.Diagnostics;
-
-namespace Xamarin.Forms.Core.UITests
-{
-       //[TestFixture]
-       //[Category ("NavigationPage")]
-       internal class NavigationBarGalleryTests : BaseTestFixture
-       {
-               // TODO: Port to new conventions
-
-               public NavigationBarGalleryTests ()
-               {
-                       ShouldResetPerFixture = false;
-               }
-
-               protected override void NavigateToGallery ()
-               {
-                       //App.NavigateToGallery (GalleryQueries.NavigationBarGalleryLegacy);
-               }
-
-               //[Test]
-               //[Category ("ManualReview")]
-               //[Description ("Change NavigationPage Bar colors")]
-               public void NavigationBarGalleryTestsChangeColors ()
-               {
-               //      App.Screenshot ("Background should be green, Text and back button / arrow should be yellow");
-
-               //      App.Tap (q => q.Button ("Change BarTextColor"));
-               //      App.Screenshot ("Text / back button / arrow should change to teal");
-               //      App.Tap (q => q.Button ("Change BarTextColor"));
-               //      App.Screenshot ("Text / back button / arrow should change to Color.Default");
-               //      App.Tap (q => q.Button ("Change BarTextColor"));
-               //      App.Screenshot ("Text / back button / arrow should change to teal");
-
-               //      App.Tap (q => q.Button ("Change BarBackgroundColor"));
-               //      App.Screenshot ("Background color should change to navy");
-               //      App.Tap (q => q.Button ("Change BarBackgroundColor"));
-               //      App.Screenshot ("Background color should change to Color.Default");
-               //      App.Tap (q => q.Button ("Change BarBackgroundColor"));
-               //      App.Screenshot ("Background color should change to navy");
-
-               //      App.Tap (q => q.Button ("Change Both to default"));
-               //      App.Screenshot ("Background color / text / back button / arrow should change to Color.Default");
-
-               //      App.Tap (q => q.Button ("Make sure Tint still works"));
-               //      App.Screenshot ("Background arrow should change to red");
-
-               //      App.Tap (q => q.Button ("Black background, white text"));
-               //      App.Screenshot ("Status bar should be white on iOS");
-               }
-       }
-}
index 87521d3..07b513e 100644 (file)
@@ -83,7 +83,6 @@
     <Compile Include="Tests\EditorUITests.cs" />
     <Compile Include="Tests\FrameUITests.cs" />
     <Compile Include="Tests\ImageUITests.cs" />
-    <Compile Include="Tests\Legacy-NavigationBarUITests.cs" />
     <Compile Include="Tests\WebViewUITests.cs" />
     <Compile Include="Tests\TimePickerUITests.cs" />
     <Compile Include="Tests\SwitchUITests.cs" />