-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to work with new schema restrictions
Signed-off-by: patrickpa <[email protected]>
- Loading branch information
Showing
3 changed files
with
107 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | ||
<CheckerResults version="1.0.0"> | ||
|
||
<CheckerBundle build_date="" description="" name="DemoCheckerBundle" summary="Found 3 issues" version=""> | ||
<Checker checkerId="exampleChecker" description="This is a description" status="completed" summary=""> | ||
<AddressedRule ruleUID="test.com:qc:1.0.0:qwerty.qwerty"/> | ||
<Issue description="This is an information from the demo usecase" issueId="0" level="3" ruleUID="test.com:qc:1.0.0:qwerty.qwerty"/> | ||
</Checker> | ||
<Checker checkerId="exampleInertialChecker" description="This is a description of inertial checker" status="completed" summary=""> | ||
<AddressedRule ruleUID="test.com:qc:1.0.0:qwerty.qwerty"/> | ||
<Issue description="This is an information from the demo usecase" issueId="1" level="3" ruleUID="test.com:qc:1.0.0:qwerty.qwerty"> | ||
<Locations description="inertial position"> | ||
<InertialLocation x="1.000000" y="2.000000" z="3.000000"/> | ||
</Locations> | ||
</Issue> | ||
</Checker> | ||
<Checker checkerId="exampleRuleUIDChecker" description="This is a description of ruleUID checker" status="completed" summary=""> | ||
<AddressedRule ruleUID="test.com:qc:1.0.0:qwerty.qwerty"/> | ||
<Metadata description="Date in which the checker was executed" key="run date" value="2024/06/06"/> | ||
<Metadata description="Name of the project that created the checker" key="reference project" value="project01"/> | ||
</Checker> | ||
<Checker checkerId="exampleIssueRuleChecker" description="This is a description of checker with issue and the involved ruleUID" status="completed" summary=""> | ||
<AddressedRule ruleUID="test.com:qc:1.0.0:qwerty.qwerty"/> | ||
<Issue description="This is an information from the demo usecase" issueId="2" level="1" ruleUID="test.com:qc:1.0.0:qwerty.qwerty"/> | ||
</Checker> | ||
<Checker checkerId="exampleSkippedChecker" description="This is a description of checker with skipped status" status="skipped" summary="Skipped execution"/> | ||
</CheckerBundle> | ||
|
||
</CheckerResults> |
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
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