Skip to content

Commit 129a118

Browse files
committed
Add sensible comments
1 parent 1604943 commit 129a118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/API/OVAL/skip_paths/test_skip_paths.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
</definition>
3232
</definitions>
3333
<tests>
34-
<file_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" check_existence="at_least_one_exists" version="1" id="oval:x:tst:1" check="all" comment="a file">
34+
<file_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" check_existence="at_least_one_exists" version="1" id="oval:x:tst:1" check="all" comment="read file from directory 'a' - should be read">
3535
<object object_ref="oval:x:obj:1"/>
3636
</file_test>
37-
<file_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" check_existence="none_exist" version="1" id="oval:x:tst:2" check="all" comment="a file">
37+
<file_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" check_existence="none_exist" version="1" id="oval:x:tst:2" check="all" comment="read file from directory 'b' - should be skip">
3838
<object object_ref="oval:x:obj:2"/>
3939
</file_test>
40-
<textfilecontent54_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" check_existence="at_least_one_exists" version="1" id="oval:x:tst:3" check="all" comment="a file">
40+
<textfilecontent54_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" check_existence="at_least_one_exists" version="1" id="oval:x:tst:3" check="all" comment="read file from directory 'a' - should be read">
4141
<object object_ref="oval:x:obj:3"/>
4242
</textfilecontent54_test>
43-
<textfilecontent54_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" check_existence="none_exist" version="1" id="oval:x:tst:4" check="all" comment="a file">
43+
<textfilecontent54_test xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" check_existence="none_exist" version="1" id="oval:x:tst:4" check="all" comment="read file from directory 'b' - should be skip">
4444
<object object_ref="oval:x:obj:4"/>
4545
</textfilecontent54_test>
4646
</tests>

0 commit comments

Comments
 (0)