Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/test_order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def test_order
end
# Provided by Tom Talbott
def test_more_ordering
omit("not supported on JRuby") if RUBY_ENGINE == "jruby"

doc = Zlib::GzipReader.open(fixture_path('LostineRiver.kml.gz'), encoding: 'utf-8') do |f|
REXML::Document.new(f)
end
Expand Down Expand Up @@ -104,6 +106,8 @@ def test_more_ordering
assert_equal( actual[count], n ) unless n =~ /Arrive at/
count += 1
}

assert_equal( actual.size, count )
end if defined?(Zlib::GzipReader)
end
end
Loading