Add tests for CurlHttpClient and fix the failures

This commit is contained in:
ta264 2015-08-01 13:54:20 +01:00
commit 4be0fe1b76
8 changed files with 222 additions and 100 deletions

View file

@ -218,6 +218,9 @@ Function PackageTests()
Write-Host "Adding NzbDrone.Core.dll.config (for dllmap)"
Copy-Item "$sourceFolder\NzbDrone.Core\NzbDrone.Core.dll.config" -Destination $testPackageFolder -Force
Write-Host "Copying CurlSharp libraries"
Copy-Item $sourceFolder\ExternalModules\CurlSharp\libs\i386\* $testPackageFolder
Write-Host "##teamcity[progressFinish 'Creating Test Package']"
}