Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-435-delete-on-rollover 40d5cc051 -> eafb9c11c
LOG4J2-435 comment fix Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/eafb9c11 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/eafb9c11 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/eafb9c11 Branch: refs/heads/LOG4J2-435-delete-on-rollover Commit: eafb9c11c7831934ecedc208df8e89715ba4c63e Parents: 40d5cc0 Author: rpopma <[email protected]> Authored: Fri Nov 27 15:23:13 2015 +0900 Committer: rpopma <[email protected]> Committed: Fri Nov 27 15:23:13 2015 +0900 ---------------------------------------------------------------------- .../rolling/RollingAppenderDeleteAccumulatedCount1Test.java | 2 +- .../rolling/RollingAppenderDeleteAccumulatedCount2Test.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eafb9c11/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount1Test.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount1Test.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount1Test.java index 1326003..1ed067a 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount1Test.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount1Test.java @@ -57,7 +57,7 @@ public class RollingAppenderDeleteAccumulatedCount1Test { @Test public void testAppender() throws Exception { - Path p1 = writeTextTo(DIR + "/my-1.log"); // glob="**/test-4.log" + Path p1 = writeTextTo(DIR + "/my-1.log"); // glob="test-*.log" Path p2 = writeTextTo(DIR + "/my-2.log"); Path p3 = writeTextTo(DIR + "/my-3.log"); Path p4 = writeTextTo(DIR + "/my-4.log"); http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eafb9c11/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount2Test.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount2Test.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount2Test.java index 7a75930..b7d6a73 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount2Test.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDeleteAccumulatedCount2Test.java @@ -57,7 +57,7 @@ public class RollingAppenderDeleteAccumulatedCount2Test { @Test public void testAppender() throws Exception { - Path p1 = writeTextTo(DIR + "/my-1.log"); // glob="**/test-4.log" + Path p1 = writeTextTo(DIR + "/my-1.log"); // glob="test-*.log" Path p2 = writeTextTo(DIR + "/my-2.log"); Path p3 = writeTextTo(DIR + "/my-3.log"); Path p4 = writeTextTo(DIR + "/my-4.log");
