Navigation Menu

Skip to content

Commit

Permalink
Identify the assertion failure
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1564876 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed Feb 5, 2014
1 parent dde083d commit 3370f01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ public void testAllAllowed() {

// 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
Expand Down

0 comments on commit 3370f01

Please sign in to comment.