This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, master has been updated
via d239bf9451729465a3fd2fba5c9af5457cdaeaa3 (commit)
from 2053240ad40a7cf4bcac29c0caf29dcada921a8f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit d239bf9451729465a3fd2fba5c9af5457cdaeaa3
Author: Alexander Perepelkin <san...@us...>
Date: Sun Nov 6 18:28:27 2016 +0400
test daily rolling: disable test which changes dates
diff --git a/tests/testDailyRollingFileAppender.cpp b/tests/testDailyRollingFileAppender.cpp
index 68f87f2..9958f41 100644
--- a/tests/testDailyRollingFileAppender.cpp
+++ b/tests/testDailyRollingFileAppender.cpp
@@ -326,8 +326,8 @@ int main()
res = testConfigDailyRollingFileAppender();
// Note: this test changes system time. Run it only manually
- if (!res)
- res = OnlyManualTesting::testDailyRollingFileAppenderChangeDateManualOnly();
+// if (!res)
+// res = OnlyManualTesting::testDailyRollingFileAppenderChangeDateManualOnly();
return res;
}
-----------------------------------------------------------------------
Summary of changes:
tests/testDailyRollingFileAppender.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Log4cpp Git repository.
|