Skip to content

Commit b9dae03

Browse files
Merge pull request #1333 from jan-cerny/fix_missing_variable
Fix invalid OVAL in test ds_continue_without_remote_resources
2 parents 6363562 + 9191703 commit b9dae03

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/DS/ds_continue_without_remote_resources/remote_content_1.2.ds.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
<var_ref>oval:x:var:1</var_ref>
4444
</variable_object>
4545
</objects>
46+
47+
<variables>
48+
<constant_variable id="oval:x:var:1" version="1" comment="x" datatype="int">
49+
<value>100</value>
50+
</constant_variable>
51+
</variables>
52+
4653
</oval_definitions>
4754
</ds:component>
4855

tests/DS/ds_continue_without_remote_resources/remote_content_1.3.ds.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
<var_ref>oval:x:var:1</var_ref>
4646
</variable_object>
4747
</objects>
48+
49+
<variables>
50+
<constant_variable id="oval:x:var:1" version="1" comment="x" datatype="int">
51+
<value>100</value>
52+
</constant_variable>
53+
</variables>
54+
4855
</oval_definitions>
4956
</ds:component>
5057

0 commit comments

Comments
 (0)