From bd5efa7ff6e790a07c8eaa6221e9f063d5e3e3b0 Mon Sep 17 00:00:00 2001 From: drbrain Date: Tue, 5 Feb 2013 08:24:20 +0000 Subject: * lib/rdoc/servlet.rb: Fixed root search paths, filesystem paths instead of HTTP paths were returned. * test/rdoc/test_rdoc_servlet.rb: Test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_servlet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rdoc/test_rdoc_servlet.rb b/test/rdoc/test_rdoc_servlet.rb index 7072a7dd86..3840c544aa 100644 --- a/test/rdoc/test_rdoc_servlet.rb +++ b/test/rdoc/test_rdoc_servlet.rb @@ -365,7 +365,7 @@ class TestRDocServlet < RDoc::TestCase Ruby\ Documentation ], 'info' => [ - ['Ruby Documentation', '', @system_dir, '', + ['Ruby Documentation', '', 'ruby', '', 'Documentation for the Ruby standard library'], ], } -- cgit v1.2.3