-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update "expected" profile resolver output for the base tests. (#15)
These are selective imports from the catalogs/abc-simple_catalog.xml, essentially identical except for how the catalog is referenced.
- Loading branch information
1 parent
4e95d19
commit 5b0a5df
Showing
2 changed files
with
110 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 59 additions & 8 deletions
67
...le-resolution/profile-resolution-examples/output-expected/base2-test_profile_RESOLVED.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<catalog xmlns="http://csrc.nist.gov/ns/oscal/1.0" id="base2-test_profile-RESOLVED"> | ||
<metadata> | ||
<title>Test Profile</title> | ||
<last-modified>2019-10-13T13:41:58.548-04:00</last-modified> | ||
<version>1.0</version> | ||
<oscal-version>1.0-MR2</oscal-version> | ||
<prop name="resolution-timestamp">2019-12-10T15:21:19.676-05:00</prop> | ||
<link rel="resolution-source" href="../base2-test_profile.xml">Test Profile</link> | ||
</metadata> | ||
<metadata> | ||
<title>Test Profile</title> | ||
<last-modified>2019-10-13T13:41:58.548-04:00</last-modified> | ||
<version>1.0</version> | ||
<oscal-version>1.0-MR2</oscal-version> | ||
<prop name="resolution-timestamp">2019-12-10T15:21:19.676-05:00</prop> | ||
<link rel="resolution-source" href="../base2-test_profile.xml">Test Profile</link> | ||
</metadata> | ||
<group> | ||
<title>Group A of C</title> | ||
<control id="a1"> | ||
<title>Control A1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="a1-stmt"> | ||
<p>A1 aaaaa aaaaaaaaaa</p> | ||
</part> | ||
</control> | ||
</group> | ||
<group> | ||
<title>Group B of C</title> | ||
<control id="b1"> | ||
<title>Control B1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="b1-stmt"> | ||
<p>B1 bbbb bbbbbbb.</p> | ||
</part> | ||
</control> | ||
</group> | ||
<group> | ||
<title>Group C of C</title> | ||
<control id="c1"> | ||
<title>Control C1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="c1-stmt"> | ||
<p>C1 ccccc ccc ccccccccccccccccc.</p> | ||
</part> | ||
</control> | ||
<control id="c3"> | ||
<title>Control C3</title> | ||
<prop name="place">third</prop> | ||
<part name="statement" id="c3-stmt"> | ||
<p>C3 ccccc cccccccccccccc.</p> | ||
</part> | ||
<control id="c3.a"> | ||
<title>Control C3-A</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="c3-stmt"> | ||
<p>C3 A ccccc cccccccccccccc.</p> | ||
</part> | ||
<control id="c3.a-1"> | ||
<title>Control C3-A-1</title> | ||
<prop name="place">first</prop> | ||
<part name="statement" id="c3-stmt"> | ||
<p>C3 A-1 ccccc cccccccccccccc.</p> | ||
</part> | ||
</control> | ||
</control> | ||
</control> | ||
</group> | ||
</catalog> |