From 1548542f214e5fa617f1d82e28d8dd626429df4f Mon Sep 17 00:00:00 2001 From: kou Date: Mon, 7 May 2007 02:02:50 +0000 Subject: * lib/rss/image.rb, test/rss/test_image.rb: fixed Image module namespace URI. reported by Dmitry Borodaenko. Thanks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_image.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rss/test_image.rb b/test/rss/test_image.rb index 8bb7323206..e4e50c0115 100644 --- a/test/rss/test_image.rb +++ b/test/rss/test_image.rb @@ -11,7 +11,7 @@ module RSS def setup @prefix = "image" - @uri = "http://web.resource.org/rss/1.0/modules/image/" + @uri = "http://purl.org/rss/1.0/modules/image/" @favicon_attrs = { "rdf:about" => "http://www.kuro5hin.org/favicon.ico", -- cgit v1.2.3