This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
commit 746867e710c3dd4486bf56c436aa17f44b093c7c Author: Stefan Bodewig <[email protected]> AuthorDate: Mon May 25 13:06:10 2026 +0200 try to fix Gump test failure --- src/tests/antunit/componentbom-test.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/tests/antunit/componentbom-test.xml b/src/tests/antunit/componentbom-test.xml index 554741d..b39bbea 100644 --- a/src/tests/antunit/componentbom-test.xml +++ b/src/tests/antunit/componentbom-test.xml @@ -123,12 +123,15 @@ </target> <target name="testMulipleTools"> - <cdx:componentbom outputdirectory="${output}" format="xml" - xmlns:cdx="antlib:org.apache.ant.cyclonedx"> + <cdx:componentbom + bomName="multi" + outputdirectory="${output}" + format="xml" + xmlns:cdx="antlib:org.apache.ant.cyclonedx"> <component name="test"/> <toolComponent name="extra-tool"/> </cdx:componentbom> - <xmlproperty file="${output}/bom.xml"/> + <xmlproperty file="${output}/multi.xml"/> <au:assertPropertyEquals xmlns:au="antlib:org.apache.ant.antunit" name="bom.metadata.tools.components.component.name"
