From 1f6620a6b9c737922e5e02566df58919642ab732 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Oct 2005 04:24:07 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@9371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/uri/test_generic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/uri/test_generic.rb') diff --git a/test/uri/test_generic.rb b/test/uri/test_generic.rb index 8a7feb4982..96707abbbc 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) -- cgit v1.2.3