From 8bdc23047ae905b9da9feafd06556388627cd8db Mon Sep 17 00:00:00 2001 From: kayone Date: Sun, 24 Aug 2014 18:10:58 -0700 Subject: [PATCH] Upgraded Selenium webdriver --- src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj | 5 +++-- src/NzbDrone.Automation.Test/packages.config | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj b/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj index 9410073dd..2b9831fcb 100644 --- a/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj +++ b/src/NzbDrone.Automation.Test/NzbDrone.Automation.Test.csproj @@ -55,9 +55,10 @@ ..\packages\NUnit.2.6.2\lib\nunit.framework.dll - + False - ..\packages\Selenium.WebDriver.2.41.0\lib\net40\WebDriver.dll + ..\packages\Selenium.WebDriver.2.42.0\lib\net40\WebDriver.dll + True False diff --git a/src/NzbDrone.Automation.Test/packages.config b/src/NzbDrone.Automation.Test/packages.config index 5e1ee41b7..d75ebfa6b 100644 --- a/src/NzbDrone.Automation.Test/packages.config +++ b/src/NzbDrone.Automation.Test/packages.config @@ -4,5 +4,5 @@ - + \ No newline at end of file