Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: JRuby 1.4, JRuby 1.5
-
Fix Version/s: None
-
Component/s: Extensions, RubySpec, Standard Library
-
Labels:None
-
Number of attachments :
Description
This has been found to be a Ruby bug (http://redmine.ruby-lang.org/issues/show/2556) and there's a one-line fix. We'll need to either apply that and deal with maintaining it as we upgrade stdlib, or leave it broken until it trickles down 1.8 line.
[java] 1)
[java] Date#strptime should be able to show the week number with the week starting on sunday and monday FAILED
[java] Expected #<Date: 4910581/2,0,2299161>
[java] to equal #<Date: 4910595/2,0,2299161>
Marking as "Standard Library" issue, to be reviewed with standard library updates in the future.