Fix failing tests due to r563165.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@568760 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -317,7 +317,7 @@ public class CustomConfigTestCase extends DefaultConfigTestCase {
|
|||||||
if (thrown) {
|
if (thrown) {
|
||||||
assertNotNull("LogRecord thrown", record.getThrown());
|
assertNotNull("LogRecord thrown", record.getThrown());
|
||||||
assertTrue("LogRecord thrown type",
|
assertTrue("LogRecord thrown type",
|
||||||
record.getThrown() instanceof IndexOutOfBoundsException);
|
record.getThrown() instanceof DummyException);
|
||||||
} else {
|
} else {
|
||||||
assertNull("LogRecord thrown",
|
assertNull("LogRecord thrown",
|
||||||
record.getThrown());
|
record.getThrown());
|
||||||
|
|||||||
Reference in New Issue
Block a user