Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:jruby 1.7.0.dev (ruby-1.9.3-p139) (2012-04-27 12065c3) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_31) [darwin-x86_64-java]
-
Number of attachments :
Description
The following test fails for the second assertion:
def test_open_file_in_jar
File.open('file:test/dir with spaces/test_jar.jar!/abc/foo.rb'){}
File.open('jar:file:test/dir with spaces/test_jar.jar!/abc/foo.rb'){}
end