[jira] [Updated] (LANG-1116) DateUtilsTest.testLang530 fails for some timezones

2016-05-28 Thread Pascal Schumacher (JIRA)

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

Pascal Schumacher updated LANG-1116:

Fix Version/s: (was: Discussion)
   3.5

> DateUtilsTest.testLang530 fails for some timezones
> --
>
> Key: LANG-1116
> URL: https://issues.apache.org/jira/browse/LANG-1116
> Project: Commons Lang
>  Issue Type: Bug
>  Components: lang.time.*
>Affects Versions: 3.4
> Environment: Redhat 5 / Java8u45
>Reporter: Aaron Sheldon
>Assignee: Charles Honton
> Fix For: 3.5
>
> Attachments: lang-1116.patch, lang-1116.patch
>
>
> Unit test for testLang530 fails when the isoDateStr comes out with just a Z 
> instead of +00:00.
> {code}
> Tests run: 38, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec 
> <<< FAILURE! - in org.apache.commons.lang3.time.DateUtilsTest
> testLang530(org.apache.commons.lang3.time.DateUtilsTest)  Time elapsed: 0.005 
> sec  <<< ERROR!
> java.text.ParseException: Unable to parse the date: 2015-04-17T18:51:52Z
> at 
> org.apache.commons.lang3.time.DateUtils.parseDateWithLeniency(DateUtils.java:401)
> at 
> org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:301)
> at 
> org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:278)
> at 
> org.apache.commons.lang3.time.DateUtilsTest.testLang530(DateUtilsTest.java:1222)
> {code}
> On a Linux machine where this test passes, isoDateStr is 
> 2015-04-17T19:26:03+00:00.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-1116) DateUtilsTest.testLang530 fails for some timezones

2015-04-29 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-1116:
--
Summary: DateUtilsTest.testLang530 fails for some timezones  (was: 
testLang530 fails for some timezones)

 DateUtilsTest.testLang530 fails for some timezones
 --

 Key: LANG-1116
 URL: https://issues.apache.org/jira/browse/LANG-1116
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.4
 Environment: Redhat 5 / Java8u45
Reporter: Aaron Sheldon
 Fix For: Review Patch

 Attachments: lang-1116.patch, lang-1116.patch


 Unit test for testLang530 fails when the isoDateStr comes out with just a Z 
 instead of +00:00.
 Tests run: 38, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec 
  FAILURE! - in org.apache.commons.lang3.time.DateUtilsTest
 testLang530(org.apache.commons.lang3.time.DateUtilsTest)  Time elapsed: 0.005 
 sec   ERROR!
 java.text.ParseException: Unable to parse the date: 2015-04-17T18:51:52Z
 at 
 org.apache.commons.lang3.time.DateUtils.parseDateWithLeniency(DateUtils.java:401)
 at 
 org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:301)
 at 
 org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:278)
 at 
 org.apache.commons.lang3.time.DateUtilsTest.testLang530(DateUtilsTest.java:1222)
 On a Linux machine where this test passes, isoDateStr is 
 2015-04-17T19:26:03+00:00.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-1116) DateUtilsTest.testLang530 fails for some timezones

2015-04-29 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-1116:
--
Description: 
Unit test for testLang530 fails when the isoDateStr comes out with just a Z 
instead of +00:00.

{code}
Tests run: 38, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec  
FAILURE! - in org.apache.commons.lang3.time.DateUtilsTest
testLang530(org.apache.commons.lang3.time.DateUtilsTest)  Time elapsed: 0.005 
sec   ERROR!
java.text.ParseException: Unable to parse the date: 2015-04-17T18:51:52Z
at 
org.apache.commons.lang3.time.DateUtils.parseDateWithLeniency(DateUtils.java:401)
at org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:301)
at org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:278)
at 
org.apache.commons.lang3.time.DateUtilsTest.testLang530(DateUtilsTest.java:1222)
{code}

On a Linux machine where this test passes, isoDateStr is 
2015-04-17T19:26:03+00:00.

  was:
Unit test for testLang530 fails when the isoDateStr comes out with just a Z 
instead of +00:00.

Tests run: 38, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec  
FAILURE! - in org.apache.commons.lang3.time.DateUtilsTest
testLang530(org.apache.commons.lang3.time.DateUtilsTest)  Time elapsed: 0.005 
sec   ERROR!
java.text.ParseException: Unable to parse the date: 2015-04-17T18:51:52Z
at 
org.apache.commons.lang3.time.DateUtils.parseDateWithLeniency(DateUtils.java:401)
at org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:301)
at org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:278)
at 
org.apache.commons.lang3.time.DateUtilsTest.testLang530(DateUtilsTest.java:1222)

On a Linux machine where this test passes, isoDateStr is 
2015-04-17T19:26:03+00:00.


 DateUtilsTest.testLang530 fails for some timezones
 --

 Key: LANG-1116
 URL: https://issues.apache.org/jira/browse/LANG-1116
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.4
 Environment: Redhat 5 / Java8u45
Reporter: Aaron Sheldon
 Fix For: Discussion

 Attachments: lang-1116.patch, lang-1116.patch


 Unit test for testLang530 fails when the isoDateStr comes out with just a Z 
 instead of +00:00.
 {code}
 Tests run: 38, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec 
  FAILURE! - in org.apache.commons.lang3.time.DateUtilsTest
 testLang530(org.apache.commons.lang3.time.DateUtilsTest)  Time elapsed: 0.005 
 sec   ERROR!
 java.text.ParseException: Unable to parse the date: 2015-04-17T18:51:52Z
 at 
 org.apache.commons.lang3.time.DateUtils.parseDateWithLeniency(DateUtils.java:401)
 at 
 org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:301)
 at 
 org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:278)
 at 
 org.apache.commons.lang3.time.DateUtilsTest.testLang530(DateUtilsTest.java:1222)
 {code}
 On a Linux machine where this test passes, isoDateStr is 
 2015-04-17T19:26:03+00:00.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-1116) DateUtilsTest.testLang530 fails for some timezones

2015-04-29 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-1116:
--
Fix Version/s: (was: Review Patch)
   Discussion

 DateUtilsTest.testLang530 fails for some timezones
 --

 Key: LANG-1116
 URL: https://issues.apache.org/jira/browse/LANG-1116
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.time.*
Affects Versions: 3.4
 Environment: Redhat 5 / Java8u45
Reporter: Aaron Sheldon
 Fix For: Discussion

 Attachments: lang-1116.patch, lang-1116.patch


 Unit test for testLang530 fails when the isoDateStr comes out with just a Z 
 instead of +00:00.
 {code}
 Tests run: 38, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec 
  FAILURE! - in org.apache.commons.lang3.time.DateUtilsTest
 testLang530(org.apache.commons.lang3.time.DateUtilsTest)  Time elapsed: 0.005 
 sec   ERROR!
 java.text.ParseException: Unable to parse the date: 2015-04-17T18:51:52Z
 at 
 org.apache.commons.lang3.time.DateUtils.parseDateWithLeniency(DateUtils.java:401)
 at 
 org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:301)
 at 
 org.apache.commons.lang3.time.DateUtils.parseDate(DateUtils.java:278)
 at 
 org.apache.commons.lang3.time.DateUtilsTest.testLang530(DateUtilsTest.java:1222)
 {code}
 On a Linux machine where this test passes, isoDateStr is 
 2015-04-17T19:26:03+00:00.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)