Author: chas
Date: Sat Nov 10 01:58:07 2012
New Revision: 1407715
URL: http://svn.apache.org/viewvc?rev=1407715&view=rev
Log:
LANG-582 - minutes missing from test format
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java?rev=1407715&r1=1407714&r2=1407715&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
(original)
+++
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
Sat Nov 10 01:58:07 2012
@@ -41,8 +41,8 @@ import org.junit.Test;
* @since 3.2
*/
public class FastDateParserTest {
- private static final String SHORT_FORMAT_NOERA = "y/M/d/h/a/E/Z";
- private static final String LONG_FORMAT_NOERA =
"yyyy/MMMM/dddd/hhhh/aaaa/EEEE/ZZZZ";
+ private static final String SHORT_FORMAT_NOERA = "y/M/d/h/a/m/E/Z";
+ private static final String LONG_FORMAT_NOERA =
"yyyy/MMMM/dddd/hhhh/mmmm/aaaa/EEEE/ZZZZ";
private static final String SHORT_FORMAT = "G/" + SHORT_FORMAT_NOERA;
private static final String LONG_FORMAT = "GGGG/" + LONG_FORMAT_NOERA;