summaryrefslogtreecommitdiffstats
path: root/test/uri/test_generic.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-10 04:24:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-10 04:24:07 +0000
commit8a85779b0e3cd16d4b24220d4571129d4ff34822 (patch)
treed370f1bd03fc74585c598c73cbe2385af350c7ac /test/uri/test_generic.rb
parent539470dcebba578762b8c8ffac21943b1aeca9ef (diff)
downloadruby-8a85779b0e3cd16d4b24220d4571129d4ff34822.tar.gz
ruby-8a85779b0e3cd16d4b24220d4571129d4ff34822.tar.xz
ruby-8a85779b0e3cd16d4b24220d4571129d4ff34822.zip
* test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):
use standard assert_raise. * test/testunit/test_assertions.rb (test_assert_send): send no longer calls private methods. * test/uri/test_generic.rb (test_parse): corrected path in FTP URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/uri/test_generic.rb')
-rw-r--r--test/uri/test_generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uri/test_generic.rb b/test/uri/test_generic.rb
index 8a7feb498..96707abbb 100644
--- a/test/uri/test_generic.rb
+++ b/test/uri/test_generic.rb
@@ -38,7 +38,7 @@ class TestGeneric < Test::Unit::TestCase
exp = [
'ftp',
nil, 'ftp.is.co.za', URI::FTP.default_port,
- '/rfc/rfc1808.txt', nil,
+ 'rfc/rfc1808.txt', nil,
]
ary = uri_to_ary(url)
assert_equal(exp, ary)