Update fix based on comments for Select-XML Pester Test

This commit is contained in:
JumpingYang001 2016-06-02 19:27:38 -07:00
parent 20de9e0405
commit 72793ae7e4

View file

@ -18,9 +18,6 @@ Describe "Select-XML DRT Unit Tests" -Tags DRT{
"@
$xmlContent >$testfile
}
AfterAll {
rm $testfile
}
It "Select-XML should work"{
$results = Select-XML -Path $testfile -XPath "/bookstore/book/title"