[jira] [Updated] (LANG-942) Test failure in FastDateParserTest and FastDateFormat_ParserTest when building with JDK8

2014-01-04 Thread Henri Yandell (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell updated LANG-942:
---

Fix Version/s: Patch Needed

 Test failure in FastDateParserTest and FastDateFormat_ParserTest when 
 building with JDK8
 

 Key: LANG-942
 URL: https://issues.apache.org/jira/browse/LANG-942
 Project: Commons Lang
  Issue Type: Sub-task
  Components: lang.time.*
Affects Versions: 3.2
 Environment: JDK8
Reporter: Benedikt Ritter
 Fix For: 3.2.1, Patch Needed


 The following failure is thrown when using JDK 8:
 {code}
 ---
 Test set: org.apache.commons.lang3.time.FastDateFormat_ParserTest
 ---
 Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.315 sec 
  FAILURE! - in org.apache.commons.lang3.time.FastDateFormat_ParserTest
 testParseZone(org.apache.commons.lang3.time.FastDateFormat_ParserTest)  Time 
 elapsed: 0.005 sec   FAILURE!
 java.lang.AssertionError: expected:Thu Jul 10 22:33:20 CEST 2003 but 
 was:Thu Jul 10 23:33:20 CEST 2003
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:144)
   at 
 org.apache.commons.lang3.time.FastDateParserTest.testParseZone(FastDateParserTest.java:119)
   [...]
 {code}
 It is caused by the following assertion in FastDateParserTest (from which 
 FastDateFormat_ParserTest inherits):
 {code:java}
 assertEquals(cal.getTime(), fdf.parse(2003-07-10T16:33:20.000 Eastern 
 Daylight Time));
 {code}
 {{FastDateParserTest}} fails with the same error.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-942) Test failure in FastDateParserTest and FastDateFormat_ParserTest when building with JDK8

2014-01-03 Thread Benedikt Ritter (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter updated LANG-942:
-

Summary: Test failure in FastDateParserTest and FastDateFormat_ParserTest 
when building with JDK8  (was: Test failure in FastDateFormat_ParserTest when 
building with JDK8)

 Test failure in FastDateParserTest and FastDateFormat_ParserTest when 
 building with JDK8
 

 Key: LANG-942
 URL: https://issues.apache.org/jira/browse/LANG-942
 Project: Commons Lang
  Issue Type: Sub-task
  Components: lang.time.*
Affects Versions: 3.2
 Environment: JDK8
Reporter: Benedikt Ritter
 Fix For: 3.2.1


 The following failure is thrown when using JDK 8:
 {code}
 ---
 Test set: org.apache.commons.lang3.time.FastDateFormat_ParserTest
 ---
 Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.315 sec 
  FAILURE! - in org.apache.commons.lang3.time.FastDateFormat_ParserTest
 testParseZone(org.apache.commons.lang3.time.FastDateFormat_ParserTest)  Time 
 elapsed: 0.005 sec   FAILURE!
 java.lang.AssertionError: expected:Thu Jul 10 22:33:20 CEST 2003 but 
 was:Thu Jul 10 23:33:20 CEST 2003
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:144)
   at 
 org.apache.commons.lang3.time.FastDateParserTest.testParseZone(FastDateParserTest.java:119)
   [...]
 {code}
 It is caused by the following assertion in FastDateParserTest (from which 
 FastDateFormat_ParserTest inherits):
 {code:java}
 assertEquals(cal.getTime(), fdf.parse(2003-07-10T16:33:20.000 Eastern 
 Daylight Time));
 {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (LANG-942) Test failure in FastDateParserTest and FastDateFormat_ParserTest when building with JDK8

2014-01-03 Thread Benedikt Ritter (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter updated LANG-942:
-

Description: 
The following failure is thrown when using JDK 8:

{code}
---
Test set: org.apache.commons.lang3.time.FastDateFormat_ParserTest
---
Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.315 sec  
FAILURE! - in org.apache.commons.lang3.time.FastDateFormat_ParserTest
testParseZone(org.apache.commons.lang3.time.FastDateFormat_ParserTest)  Time 
elapsed: 0.005 sec   FAILURE!
java.lang.AssertionError: expected:Thu Jul 10 22:33:20 CEST 2003 but was:Thu 
Jul 10 23:33:20 CEST 2003
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at 
org.apache.commons.lang3.time.FastDateParserTest.testParseZone(FastDateParserTest.java:119)
[...]
{code}

It is caused by the following assertion in FastDateParserTest (from which 
FastDateFormat_ParserTest inherits):

{code:java}
assertEquals(cal.getTime(), fdf.parse(2003-07-10T16:33:20.000 Eastern Daylight 
Time));
{code}

{{FastDateParserTest}} fails with the same error.

  was:
The following failure is thrown when using JDK 8:

{code}
---
Test set: org.apache.commons.lang3.time.FastDateFormat_ParserTest
---
Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.315 sec  
FAILURE! - in org.apache.commons.lang3.time.FastDateFormat_ParserTest
testParseZone(org.apache.commons.lang3.time.FastDateFormat_ParserTest)  Time 
elapsed: 0.005 sec   FAILURE!
java.lang.AssertionError: expected:Thu Jul 10 22:33:20 CEST 2003 but was:Thu 
Jul 10 23:33:20 CEST 2003
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at 
org.apache.commons.lang3.time.FastDateParserTest.testParseZone(FastDateParserTest.java:119)
[...]
{code}

It is caused by the following assertion in FastDateParserTest (from which 
FastDateFormat_ParserTest inherits):

{code:java}
assertEquals(cal.getTime(), fdf.parse(2003-07-10T16:33:20.000 Eastern Daylight 
Time));
{code}


 Test failure in FastDateParserTest and FastDateFormat_ParserTest when 
 building with JDK8
 

 Key: LANG-942
 URL: https://issues.apache.org/jira/browse/LANG-942
 Project: Commons Lang
  Issue Type: Sub-task
  Components: lang.time.*
Affects Versions: 3.2
 Environment: JDK8
Reporter: Benedikt Ritter
 Fix For: 3.2.1


 The following failure is thrown when using JDK 8:
 {code}
 ---
 Test set: org.apache.commons.lang3.time.FastDateFormat_ParserTest
 ---
 Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.315 sec 
  FAILURE! - in org.apache.commons.lang3.time.FastDateFormat_ParserTest
 testParseZone(org.apache.commons.lang3.time.FastDateFormat_ParserTest)  Time 
 elapsed: 0.005 sec   FAILURE!
 java.lang.AssertionError: expected:Thu Jul 10 22:33:20 CEST 2003 but 
 was:Thu Jul 10 23:33:20 CEST 2003
   at org.junit.Assert.fail(Assert.java:88)
   at org.junit.Assert.failNotEquals(Assert.java:743)
   at org.junit.Assert.assertEquals(Assert.java:118)
   at org.junit.Assert.assertEquals(Assert.java:144)
   at 
 org.apache.commons.lang3.time.FastDateParserTest.testParseZone(FastDateParserTest.java:119)
   [...]
 {code}
 It is caused by the following assertion in FastDateParserTest (from which 
 FastDateFormat_ParserTest inherits):
 {code:java}
 assertEquals(cal.getTime(), fdf.parse(2003-07-10T16:33:20.000 Eastern 
 Daylight Time));
 {code}
 {{FastDateParserTest}} fails with the same error.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)