summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.Android.UITests
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-09-14 22:26:02 +0100
committerRui Marinho <me@ruimarinho.net>2017-09-15 15:27:50 +0100
commitb80ec58710c7587703095e6bdd8bbe23ceda4f3d (patch)
tree91810d66f51df9c519caf279bdaf56bec3b3f75e /Xamarin.Forms.Core.Android.UITests
parentd99e76c7979b16cea16159ee449c8573fa48a0ac (diff)
downloadxamarin-forms-b80ec58710c7587703095e6bdd8bbe23ceda4f3d.tar.gz
xamarin-forms-b80ec58710c7587703095e6bdd8bbe23ceda4f3d.tar.bz2
xamarin-forms-b80ec58710c7587703095e6bdd8bbe23ceda4f3d.zip
[UITests] Update packages, fix failing test (#1140)
* [Nuget] Update UITest packages * [UITest] Fix failing tests by scrolling to results first * [PagesGallery] Remove iOS7 storyboard * Revert "[UITest] Fix failing tests by scrolling to results first" This reverts commit 54eba70cf04d155998c1436e1320e02984864bca. * [Controls] Move results labels on 51773 to the top
Diffstat (limited to 'Xamarin.Forms.Core.Android.UITests')
-rw-r--r--Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj5
-rw-r--r--Xamarin.Forms.Core.Android.UITests/packages.config2
2 files changed, 3 insertions, 4 deletions
diff --git a/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj b/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
index 6b9ce056..54863037 100644
--- a/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
+++ b/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
@@ -57,9 +57,8 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
- <Reference Include="Xamarin.UITest, Version=2.0.9.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Xamarin.UITest.2.0.9\lib\Xamarin.UITest.dll</HintPath>
- <Private>True</Private>
+ <Reference Include="Xamarin.UITest">
+ <HintPath>..\packages\Xamarin.UITest.2.1.1\lib\net45\Xamarin.UITest.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
diff --git a/Xamarin.Forms.Core.Android.UITests/packages.config b/Xamarin.Forms.Core.Android.UITests/packages.config
index 22c7c9c7..573fa894 100644
--- a/Xamarin.Forms.Core.Android.UITests/packages.config
+++ b/Xamarin.Forms.Core.Android.UITests/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net45" />
- <package id="Xamarin.UITest" version="2.0.9" targetFramework="net45" />
+ <package id="Xamarin.UITest" version="2.1.1" targetFramework="net45" />
</packages> \ No newline at end of file