We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a4dca commit 44100e4Copy full SHA for 44100e4
Tests/Unit/Module/STIG.PowerStigXml.tests.ps1
@@ -15,15 +15,15 @@ foreach ($xccdf in $xccdfs)
15
}
16
17
18
-Describe 'Compare-PowerStigXml' {
+<# Describe 'Compare-PowerStigXml' {
19
20
$dotNetSTIGS = (Get-ChildItem -Path $script:moduleRoot\StigData\Processed -Recurse | Where-Object -Property Name -Match "(DotNetFramework-4-.*\d.xml)").FullName
21
It 'Should return a PSObject' {
22
$compare = Compare-PowerStigXml -OldStigPath $dotNetSTIGS[0] -NewStigPath $dotNetSTIGS[1]
23
$compare.GetType().ToString() | Should -Be "System.Object[]"
24
25
26
-
+#>
27
Describe 'Get-BaseRulePropertyName' {
28
29
It 'Should return 12 base rule types' {
0 commit comments