You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/10/03 18:40:51 UTC

[8/8] logging-log4net git commit: Update text in comment

Update text in comment


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/8bb7286a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/8bb7286a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/8bb7286a

Branch: refs/heads/feature/rfa-configurable-rolling-mutex
Commit: 8bb7286a42cf741de851fcbaa0114dc8d7ef331e
Parents: e0b9782
Author: Andrei Stryia <An...@epam.com>
Authored: Tue Oct 2 11:55:00 2018 +0300
Committer: Andrei Stryia <An...@epam.com>
Committed: Tue Oct 2 11:55:00 2018 +0300

----------------------------------------------------------------------
 tests/src/Appender/RollingFileAppenderTest.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8bb7286a/tests/src/Appender/RollingFileAppenderTest.cs
----------------------------------------------------------------------
diff --git a/tests/src/Appender/RollingFileAppenderTest.cs b/tests/src/Appender/RollingFileAppenderTest.cs
index afe9634..b5bcb47 100644
--- a/tests/src/Appender/RollingFileAppenderTest.cs
+++ b/tests/src/Appender/RollingFileAppenderTest.cs
@@ -1774,7 +1774,7 @@ namespace log4net.Tests.Appender
 		}
 
 		/// <summary>
-		/// Verifies that the rolling file appender works when configured with rolling lock strategy none and local mutex
+		/// Verifies that the rolling file appender works when configured with rolling lock strategy
 		/// </summary>
 		[TestCase(RollingFileAppender.RollingLockStrategyKind.LocalMutex)]
 		[TestCase(RollingFileAppender.RollingLockStrategyKind.None)]