ceki 2004/12/31 08:55:40
Modified: tests/src/java/org/apache/log4j/pattern
CachedDateFormatTest.java
Log:
Test4 now runs for me. Putting it back.
Revision Changes Path
1.14 +1 -1
logging-log4j/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java
Index: CachedDateFormatTest.java
===================================================================
RCS file:
/home/cvs/logging-log4j/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- CachedDateFormatTest.java 31 Dec 2004 16:54:23 -0000 1.13
+++ CachedDateFormatTest.java 31 Dec 2004 16:55:40 -0000 1.14
@@ -160,7 +160,7 @@
assertEquals(baseFormat.format(plus1415ms),
cachedFormat.format(plus1415ms));
}
- public void disabled_test5() {
+ public void test5() {
// subsequent calls within one minute
// are optimized to reuse previous formatted value
// make a couple of nearly spaced calls
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]