We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7e1e0 commit 002db9fCopy full SHA for 002db9f
test/net/imap/test_fetch_data.rb
@@ -25,14 +25,14 @@ def fetch_data_class
25
end
26
27
test "#seqno does not exist" do
28
- data = Net::IMAP::UIDFetchData.new(22222)
+ data = pend_if_jruby { Net::IMAP::UIDFetchData.new(22222) } or next
29
assert_raise NoMethodError do
30
data.seqno
31
32
33
34
test "#uid replaces #seqno" do
35
36
assert_equal 22222, data.uid
37
38
0 commit comments