This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new b67383b  Fixed failing test, jmx is not enabled by default
b67383b is described below

commit b67383b5f05c2080785720393a3fe97afc5daae8
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 26 08:37:59 2020 +0200

    Fixed failing test, jmx is not enabled by default
---
 .../java/org/apache/camel/spring/boot/CamelAutoConfigurationTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/CamelAutoConfigurationTest.java
 
b/core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/CamelAutoConfigurationTest.java
index 1c22bf3..a12d0c4 100644
--- 
a/core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/CamelAutoConfigurationTest.java
+++ 
b/core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/CamelAutoConfigurationTest.java
@@ -149,7 +149,6 @@ public class CamelAutoConfigurationTest extends Assert {
     @Test
     public void shouldChangeContextNameViaConfigurationCallback() {
         assertEquals("customName", camelContext.getName());
-        assertEquals(camelContext.getName(), camelContext.getManagementName());
     }
 
     @Test

Reply via email to