Skip to content

Commit

Permalink
moving xsd out of the root
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmuc committed Dec 29, 2012
1 parent ff747de commit b84cb22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions/TestResults.Tests.ps1
Expand Up @@ -179,7 +179,7 @@ Describe "Write nunit test results" {
$testFile = "$TestDrive\Results\Tests.xml" $testFile = "$TestDrive\Results\Tests.xml"
Write-NunitTestReport $testResults $testFile Write-NunitTestReport $testResults $testFile
[xml]$xml = gc $testFile [xml]$xml = gc $testFile
$valid = Validate-Xml $xml '.\nunit_schema_2.5.xsd' $valid = Validate-Xml $xml '.\Templates\nunit_schema_2.5.xsd'
$valid.Should.Be($true) $valid.Should.Be($true)
} }
} }
Expand Down
File renamed without changes.

0 comments on commit b84cb22

Please sign in to comment.