Skip to content

Commit

Permalink
Adapt to path change of validator dlls from ScoopInstaller/Scoop#2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Crama committed Feb 21, 2018
1 parent 48880f3 commit 0ad654a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scoop-Bucket.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ describe "manifest-validation" {
beforeall {
$working_dir = setup_working "manifest"
$schema = "$env:SCOOP_HOME/schema.json"
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\Newtonsoft.Json.dll"
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\Newtonsoft.Json.Schema.dll"
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\Scoop.Validator.dll"
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\bin\Newtonsoft.Json.dll"
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\bin\Newtonsoft.Json.Schema.dll"
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\bin\Scoop.Validator.dll"
}

it "Scoop.Validator is available" {
Expand Down

0 comments on commit 0ad654a

Please sign in to comment.