You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/02/09 20:58:07 UTC

svn commit: r505466 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateFormatUtilsTest.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org