1
0

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:
Dennis Lundberg
2007-08-22 22:19:45 +00:00
parent 9594959e89
commit b9538406b1

View File

@@ -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());