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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user