mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/uri/test_generic.rb: fix wrong arguments for test case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9761965d05
commit
e5af180eb0
1 changed files with 2 additions and 2 deletions
|
@ -126,9 +126,9 @@ class URI::TestGeneric < Test::Unit::TestCase
|
|||
|
||||
# 8
|
||||
# reported by m_seki
|
||||
uri = URI.parse('file:///foo/bar.txt')
|
||||
url = URI.parse('file:///foo/bar.txt')
|
||||
assert_kind_of(URI::Generic, url)
|
||||
uri = URI.parse('file:/foo/bar.txt')
|
||||
url = URI.parse('file:/foo/bar.txt')
|
||||
assert_kind_of(URI::Generic, url)
|
||||
|
||||
# 9
|
||||
|
|
Loading…
Add table
Reference in a new issue