Skip to content

Commit 9b0e5ca

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cfb26e2 commit 9b0e5ca

13 files changed

+1
-1
lines changed

tests/_data/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ def get_bom_with_definitions_and_detailed_standards() -> Bom:
14001400
)
14011401
]))
14021402

1403-
def get_bom_regression_issue540() -> Bom:
1403+
def get_bom_for_issue540_duplicate_components() -> Bom:
14041404
# tests https://github.com/CycloneDX/cyclonedx-python-lib/issues/540
14051405
bom = _make_bom()
14061406
bom.metadata.component = root_component = Component(

tests/_data/snapshots/get_bom_regression_issue540-1.0.xml.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.0.xml.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.1.xml.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.1.xml.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.2.json.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.2.json.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.2.xml.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.2.xml.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.3.json.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.3.json.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.3.xml.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.3.xml.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.4.json.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.4.json.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.4.xml.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.4.xml.bin

File renamed without changes.

tests/_data/snapshots/get_bom_regression_issue540-1.5.json.bin renamed to tests/_data/snapshots/get_bom_for_issue540_duplicate_components-1.5.json.bin

File renamed without changes.

0 commit comments

Comments
 (0)