Repository: logging-log4j2 Updated Branches: refs/heads/master aa20af7b8 -> 10316c393
whitespace Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/42a7154d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/42a7154d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/42a7154d Branch: refs/heads/master Commit: 42a7154dbfd8046f4b6e566079f99ada4830a328 Parents: aa20af7 Author: rpopma <[email protected]> Authored: Wed May 25 00:45:12 2016 +0900 Committer: rpopma <[email protected]> Committed: Wed May 25 00:45:12 2016 +0900 ---------------------------------------------------------------------- .../org/apache/logging/log4j/core/impl/ThrowableProxyTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/42a7154d/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/ThrowableProxyTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/ThrowableProxyTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/ThrowableProxyTest.java index f1ec4b9..787c33b 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/ThrowableProxyTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/ThrowableProxyTest.java @@ -155,7 +155,7 @@ public class ThrowableProxyTest { assertEquals(proxy.getExtendedStackTraceAsString(), proxy2.getExtendedStackTraceAsString()); } - + @Test public void testSerialization_getExtendedStackTraceAsStringWithNestedThrowableDepth1() throws Exception { final Throwable throwable = new RuntimeException(new IllegalArgumentException("This is a test")); @@ -237,7 +237,7 @@ public class ThrowableProxyTest { subject.toExtendedStackTrace(stack, map, null, throwable.getStackTrace()); } - + /** * Tests LOG4J2-934. */
