Commit a36267b
committed
Since Zlib::GzipReader does not work in JRuby, the test is skipped.
## Why?
```
$ irb -rzlib
irb(main):001:0> f = Zlib::GzipReader.open('./test/data/LostineRiver.kml.gz', encoding: 'utf-8')
irb(main):002:0> f.readline('<')
(irb):2:in `evaluate': `readline': wrong number of arguments (given 1, expected 0) (ArgumentError)
from org/jruby/RubyKernel.java:1277:in `eval'
from org/jruby/RubyKernel.java:1725:in `loop'
from org/jruby/RubyKernel.java:1426:in `catch'
from org/jruby/RubyKernel.java:1426:in `catch'
from /Users/naitoh/.rbenv/versions/jruby-9.4.11.0/lib/ruby/gems/shared/gems/irb-1.4.2/exe/irb:11:in `<main>'
from org/jruby/RubyKernel.java:1223:in `load'
from /Users/naitoh/.rbenv/versions/jruby-9.4.11.0/bin/irb:25:in `<main>'
```1 parent 2132053 commit a36267b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments