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

@ -224,6 +224,9 @@ PackageTests()
echo "Adding CurlSharp.dll.config (for dllmap)"
cp $sourceFolder/NzbDrone.Common/CurlSharp.dll.config $testPackageFolder
echo "Copying CurlSharp libraries"
cp $sourceFolder/ExternalModules/CurlSharp/libs/i386/* $testPackageFolder
echo "##teamcity[progressFinish 'Creating Test Package']"
}