From 3e3bd62e28b6fb54a97043b6b8562408d698cd70 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: http://svn.ruby-lang.org/repos/ruby/trunk@12251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_image.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rss') diff --git a/test/rss/test_image.rb b/test/rss/test_image.rb index 8bb732320..e4e50c011 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