Skip to content

Commit

Permalink
Fix filename in test
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Oct 3, 2015
1 parent dec88b8 commit 6cce933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/Paket.Tests/NuGetConfig/NuGetConfigSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let ``ignores disabled nuget feed`` () =
[<Test>]
let ``can parse config in XML node`` () =
let doc = XmlDocument()
let file = FileInfo "NugetConfig/ConfigWithDisabledFeedFromUpstream.xml"
let file = FileInfo "NuGetConfig/ConfigWithDisabledFeedFromUpstream.xml"
doc.Load(file.FullName)

[<Test>]
Expand All @@ -76,7 +76,7 @@ let ``ignores disabled nuget feed from upstream`` () =
[ "MyGetDuality", ("https://www.myget.org/F/6416d9912a7c4d46bc983870fb440d25/", None) ]
|> Map.ofList }

let next = NugetConfig.GetConfigNode (FileInfo "NugetConfig/ConfigWithDisabledFeedFromUpstream.xml") |> Trial.returnOrFail
let next = NugetConfig.GetConfigNode (FileInfo "NuGetConfig/ConfigWithDisabledFeedFromUpstream.xml") |> Trial.returnOrFail
let overridden = NugetConfig.OverrideConfig upstream next
overridden
|> shouldEqual
Expand Down
4 changes: 2 additions & 2 deletions tests/Paket.Tests/Paket.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
</Content>
<Compile Include="NuGetConfig\NuGetConfigSpecs.fs" />
<Content Include="NuGetConfig\ConfigWithDisabledFeed.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="NuGetConfig\ConfigWithDisabledFeedFromUpstream.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="JSON-LD\Rx-PlatformServices.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down

0 comments on commit 6cce933

Please sign in to comment.