carnold     2004/12/24 01:13:50

  Modified:    tests/src/java/org/apache/log4j/pattern
                        CachedDateFormatTest.java
  Log:
  Bug 32064: Temporarily disabling Thai locale test to avoid Gump failure
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CachedDateFormatTest.java 24 Dec 2004 09:08:51 -0000      1.9
  +++ CachedDateFormatTest.java 24 Dec 2004 09:13:50 -0000      1.10
  @@ -160,7 +160,7 @@
       assertEquals(baseFormat.format(plus1415ms), 
cachedFormat.format(plus1415ms));
     }
   
  -  public void test5() {
  +  public void disabled_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]

Reply via email to