diff --git a/Functions/TestResults.Tests.ps1 b/Functions/TestResults.Tests.ps1 index 03bf665df..015258ed3 100644 --- a/Functions/TestResults.Tests.ps1 +++ b/Functions/TestResults.Tests.ps1 @@ -179,7 +179,7 @@ Describe "Write nunit test results" { $testFile = "$TestDrive\Results\Tests.xml" Write-NunitTestReport $testResults $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) } } diff --git a/nunit_schema_2.5.xsd b/templates/nunit_schema_2.5.xsd similarity index 100% rename from nunit_schema_2.5.xsd rename to templates/nunit_schema_2.5.xsd