1
0

Identify the assertion failure

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1564876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2014-02-05 18:46:27 +00:00
parent dde083d581
commit 3370f0125a

View File

@@ -125,7 +125,7 @@ public class SecurityAllowedTestCase extends TestCase
// we better compare that we have no security exception during the call to log
// IBM JVM tries to load bundles during the invoke call, which increase the count
assertEquals(untrustedCodeCount, mySecurityManager.getUntrustedCodeCount());
assertEquals("Untrusted code count", untrustedCodeCount, mySecurityManager.getUntrustedCodeCount());
} catch(Throwable t) {
// Restore original security manager so output can be generated; the
// PrintWriter constructor tries to read the line.separator