Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed May 23, 2016
1 parent b87588d commit f386df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationtests/Paket.IntegrationTests/InstallSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ let ``#1427 won't install content when content:none``() =
[<Test>]
let ``#1701 won't install content when content:none and --keep-major``() =
let newLockFile = paket "update --keep-major" "i001701-keep-major"
let newFile = Path.Combine(scenarioTempPath "i001701-keep-major","TestPaket","TestPaket.csprojtemplate")
let newFile = Path.Combine(scenarioTempPath "i001701-keep-major","TestPaket","TestPaket.csproj")
let oldFile = Path.Combine(originalScenarioPath "i001701-keep-major","testpaket","TestPaket.csprojtemplate")
let s1 = File.ReadAllText oldFile |> normalizeLineEndings
let s2 = File.ReadAllText newFile |> normalizeLineEndings
Expand Down

0 comments on commit f386df0

Please sign in to comment.