Skip to content

Commit 31a0aee

Browse files
committed
tests: regression for issue #850
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ea0a3d5 commit 31a0aee

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

tests/_data/own/xml/1.6/regression_issue850.xml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_real_world_examples.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ def test_regression_issue_630(self, *_: Any, **__: Any) -> None:
3838
with open(join(OWN_DATA_DIRECTORY, 'xml', '1.6', 'regression_issue630.xml')) as input_xml:
3939
Bom.from_xml(input_xml)
4040

41+
def test_regression_issue_850(self, *_: Any, **__: Any) -> None:
42+
with open(join(OWN_DATA_DIRECTORY, 'xml', '1.6', 'regression_issue850.xml')) as input_xml:
43+
Bom.from_xml(input_xml)
44+
4145
def test_regression_issue677(self, *_: Any, **__: Any) -> None:
4246
# tests https://github.com/CycloneDX/cyclonedx-python-lib/issues/677
4347
with open(join(OWN_DATA_DIRECTORY, 'json', '1.5', 'issue677.json')) as input_json:

0 commit comments

Comments
 (0)