# File test/test_uri.rb, line 8 def test_initialize() uri = Uri.new("http://www.rdf.com") assert_equal('http://www.rdf.com',uri.to_s) end