Author: bayard
Date: Fri Feb  9 11:58:06 2007
New Revision: 505466

URL: http://svn.apache.org/viewvc?view=rev&rev=505466
Log:
Commenting out the unit test for LANG-312. It's not resolved yet, so failure 
will happen

Modified:
    
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateFormatUtilsTest.java

Modified: 
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateFormatUtilsTest.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateFormatUtilsTest.java?view=diff&rev=505466&r1=505465&r2=505466
==============================================================================
--- 
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateFormatUtilsTest.java
 (original)
+++ 
jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateFormatUtilsTest.java
 Fri Feb  9 11:58:06 2007
@@ -212,6 +212,7 @@
         assertEquals("Sun, 08 Jun 2003 13:11:12 +0000", text);
     }
 
+    /*
     public void testLang312() {
         String pattern = "dd/MM/yyyy";
         String expected = "19/04/1948";
@@ -237,5 +238,6 @@
         // test Commons
         assertEquals(expected, DateFormatUtils.format( date, pattern, 
timeZone, locale ) );
     }
+    */
 
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to