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

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 9487047  JmxEnabled does now exist in 7.0.x
9487047 is described below

commit 94870477e9b55b1976e1ebfa815e08087cf88896
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 27 20:03:37 2019 +0100

    JmxEnabled does now exist in 7.0.x
---
 test/org/apache/tomcat/util/TestIntrospectionUtils.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/org/apache/tomcat/util/TestIntrospectionUtils.java 
b/test/org/apache/tomcat/util/TestIntrospectionUtils.java
index 2468178..80e1de1 100644
--- a/test/org/apache/tomcat/util/TestIntrospectionUtils.java
+++ b/test/org/apache/tomcat/util/TestIntrospectionUtils.java
@@ -62,8 +62,7 @@ public class TestIntrospectionUtils {
 
     @Test
     public void testIsInstanceStandardContext06() {
-        // This interface doesn't exist in 7.0.x
-        Assert.assertFalse(IntrospectionUtils.isInstance(
+        Assert.assertTrue(IntrospectionUtils.isInstance(
                 StandardContext.class, "org.apache.catalina.JmxEnabled"));
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to