File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/API/XCCDF/unittests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ assert_exists 2 '//TestResult'
24
24
assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]'
25
25
assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result'
26
26
assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result/result'
27
- assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result/result[text()="fail "]'
27
+ assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result/result[text()="error "]'
28
28
assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result/fix'
29
29
assert_exists 1 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result/fix/something'
30
30
assert_exists 0 ' //TestResult[@id="xccdf_org.open-scap_testresult_default-profile001"]/rule-result/fix/object'
You can’t perform that action at this time.
0 commit comments