Skip to content

Commit

Permalink
Add JSON test files from the v1.6 spec. repo.
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows committed May 3, 2024
1 parent 28e3897 commit 015a530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,8 @@ func TestComponentListCdx16ValidBom(t *testing.T) {
ti := NewComponentTestInfoBasic(TEST_CDX_SPEC_1_6_VALID_BOM, FORMAT_CSV, nil)
innerTestComponentList(t, ti)
}

func TestComponentListCdx16ValidComponentIds(t *testing.T) {
ti := NewComponentTestInfoBasic(TEST_CDX_SPEC_1_6_VALID_COMPONENT_IDS, FORMAT_CSV, nil)
innerTestComponentList(t, ti)
}

0 comments on commit 015a530

Please sign in to comment.