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


The following commit(s) were added to refs/heads/main by this push:
     new 48f8669  still trying to understand the Gump failure
48f8669 is described below

commit 48f8669a85799c8ce1f1c7e64efa5391b8548492
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat May 30 08:18:16 2026 +0200

    still trying to understand the Gump failure
---
 src/tests/antunit/componentbom-test.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tests/antunit/componentbom-test.xml 
b/src/tests/antunit/componentbom-test.xml
index 1dc7627..2361881 100644
--- a/src/tests/antunit/componentbom-test.xml
+++ b/src/tests/antunit/componentbom-test.xml
@@ -68,10 +68,6 @@
         xmlns:au="antlib:org.apache.ant.antunit"
         name="bom.metadata.lifecycles.lifecycle.phase"
         value="build"/>
-    <au:assertPropertyEquals
-        xmlns:au="antlib:org.apache.ant.antunit"
-        name="bom.metadata.tools.components.component(type)"
-        value="library"/>
     <au:assertPropertyEquals
         xmlns:au="antlib:org.apache.ant.antunit"
         name="bom.metadata.tools.components.component.name"
@@ -84,6 +80,10 @@
         xmlns:au="antlib:org.apache.ant.antunit"
         name="bom.metadata.tools.components.component.version"
         value="${artifact.version}"/>
+    <au:assertPropertyEquals
+        xmlns:au="antlib:org.apache.ant.antunit"
+        name="bom.metadata.tools.components.component(type)"
+        value="library"/>
     <au:assertPropertyEquals
         xmlns:au="antlib:org.apache.ant.antunit"
         name="bom.metadata.tools.components.component.description"

Reply via email to