Re: Unit test needs good home

2005-02-15 Thread Ceki Gülcü
At 12:46 AM 2/12/2005, you wrote: After porting the backslash stripping code back to log4cxx, I decided that I liked the stripDuplicateBackslashes better on FileAppender (where it is in log4cxx) than in OptionConverter and started to move it in my working copy of log4j. However, I ran into the

Re: Unit test needs good home

2005-02-14 Thread Curt Arnold
On Feb 14, 2005, at 9:57 AM, Ceki Gülcü wrote: As long as the test for stripDuplicateBackslashes exists and gets executed frequently, then I think the details should be left to the player doing the footwork -- that means you in this case. If you are in addition saying that the many of the test i

Re: Unit test needs good home

2005-02-14 Thread Ceki Gülcü
Hi Curt, As long as the test for stripDuplicateBackslashes exists and gets executed frequently, then I think the details should be left to the player doing the footwork -- that means you in this case. If you are in addition saying that the many of the test in log4j are too coarse-grained, then

Unit test needs good home

2005-02-11 Thread Curt Arnold
After porting the backslash stripping code back to log4cxx, I decided that I liked the stripDuplicateBackslashes better on FileAppender (where it is in log4cxx) than in OptionConverter and started to move it in my working copy of log4j. However, I ran into the problem of not having a good home