
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 "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via a796df509de5feb8cdc6e9ff1c3c14093730121a (commit) from 0fe93ab52a11545a7f88fd367d4777d14c733606 (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://git.qos.ch/gitweb/?p=logback.git;a=commit;h=a796df509de5feb8cdc6e9ff1... http://github.com/ceki/logback/commit/a796df509de5feb8cdc6e9ff1c3c1409373012... commit a796df509de5feb8cdc6e9ff1c3c14093730121a Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Dec 21 10:42:40 2011 +0100 Make test pass diff --git a/logback-core/src/test/java/ch/qos/logback/core/rolling/helper/FileNamePatternTest.java b/logback-core/src/test/java/ch/qos/logback/core/rolling/helper/FileNamePatternTest.java index 8a35f15..1336f63 100644 --- a/logback-core/src/test/java/ch/qos/logback/core/rolling/helper/FileNamePatternTest.java +++ b/logback-core/src/test/java/ch/qos/logback/core/rolling/helper/FileNamePatternTest.java @@ -146,7 +146,7 @@ public class FileNamePatternTest { Calendar cal = Calendar.getInstance(); cal.set(2003, 4, 20, 17, 55); FileNamePattern fnp = new FileNamePattern("foo-%d{yyyy.MM, SECONDARY}/%d{yyyy.MM.dd}.txt", context); - assertEquals("foo2003.05/2003.05.20.txt", fnp.convert(cal.getTime())); + assertEquals("foo-2003.05/2003.05.20.txt", fnp.convert(cal.getTime())); } } ----------------------------------------------------------------------- Summary of changes: .../core/rolling/helper/FileNamePatternTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.