From d986576398c519a78221f0e6b7a111a36a761c42 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Fri, 15 Jul 2016 13:24:09 +0200 Subject: [PATCH] fix test --- Paket.sln | 2 +- integrationtests/Paket.IntegrationTests/BindingRedirect.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Paket.sln b/Paket.sln index 662523c521..ebda94b4f5 100644 --- a/Paket.sln +++ b/Paket.sln @@ -33,7 +33,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D docs\content\dependencies-file.md = docs\content\dependencies-file.md docs\content\editor-support.md = docs\content\editor-support.md docs\content\faq.md = docs\content\faq.md - docs\content\commands\generate-include-scripts.md = docs\content\commands\generate-include-scripts.md docs\content\getting-started.md = docs\content\getting-started.md docs\content\git-dependencies.md = docs\content\git-dependencies.md docs\content\github-dependencies.md = docs\content\github-dependencies.md @@ -74,6 +73,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "commands", "commands", "{44 docs\content\commands\find-package-versions.md = docs\content\commands\find-package-versions.md docs\content\commands\find-packages.md = docs\content\commands\find-packages.md docs\content\commands\find-refs.md = docs\content\commands\find-refs.md + docs\content\commands\generate-include-scripts.md = docs\content\commands\generate-include-scripts.md docs\content\commands\outdated.md = docs\content\commands\outdated.md docs\content\commands\pack.md = docs\content\commands\pack.md docs\content\commands\remove.md = docs\content\commands\remove.md diff --git a/integrationtests/Paket.IntegrationTests/BindingRedirect.fs b/integrationtests/Paket.IntegrationTests/BindingRedirect.fs index 4dfee392de..c4598e892c 100644 --- a/integrationtests/Paket.IntegrationTests/BindingRedirect.fs +++ b/integrationtests/Paket.IntegrationTests/BindingRedirect.fs @@ -344,7 +344,7 @@ let ``#1477 assembly redirects lock files``() = let scenario = "i001474-restore-no-locks" prepare scenario let p = Paket.Dependencies.Locate (Path.Combine(scenarioTempPath scenario, "paket.dependencies")) - p.Install(true) + p.Install(false) p.Restore() try