Repository: logging-log4net
Updated Branches:
  refs/heads/feature/rfa-configurable-rolling-mutex 7f8f142f7 -> 0fcbb9cd2


Add test stubs for the newly introduced rolling lock strategy

Relates to LOG4NET-487


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

Branch: refs/heads/feature/rfa-configurable-rolling-mutex
Commit: 07b651962415694c90bda4948cacd94fab439da8
Parents: 7f8f142
Author: Dominik Psenner <dpsen...@gmail.com>
Authored: Tue Sep 25 23:03:16 2018 +0200
Committer: Dominik Psenner <dpsen...@gmail.com>
Committed: Tue Sep 25 23:03:16 2018 +0200

----------------------------------------------------------------------
 tests/src/Appender/RollingFileAppenderTest.cs | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/07b65196/tests/src/Appender/RollingFileAppenderTest.cs
----------------------------------------------------------------------
diff --git a/tests/src/Appender/RollingFileAppenderTest.cs 
b/tests/src/Appender/RollingFileAppenderTest.cs
index c9d92e9..1db7b74 100644
--- a/tests/src/Appender/RollingFileAppenderTest.cs
+++ b/tests/src/Appender/RollingFileAppenderTest.cs
@@ -1747,6 +1747,18 @@ namespace log4net.Tests.Appender
                        DestroyLogger();
                }
 
+               [Test, Ignore("Not Implemented: this test should assert that 
the rolling file appender works when configured with rolling lock strategy 
none")]
+               public void TestRollingLockStrategyNone()
+               {
+                       // TODO
+               }
+
+               [Test, Ignore("Not Implemented: this test should assert that 
the rolling file appender works when configured with rolling lock strategy 
local mutex")]
+               public void TestRollingLockStrategyLocalMutex()
+               {
+                       // TODO
+               }
+
                /// <summary>
                /// Tests the count up case, with infinite max backups , to see 
that
                /// initialization of the rolling file appender results in the 
expected value

Reply via email to