aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-07 02:02:50 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-07 02:02:50 +0000
commit1548542f214e5fa617f1d82e28d8dd626429df4f (patch)
tree5253a453a0cb7d932ab50986e2514a2738c0d466 /test/rss
parent9f1c215f5a8e504cd87a738869e4a1701ee3749d (diff)
downloadruby-1548542f214e5fa617f1d82e28d8dd626429df4f.tar.gz
* 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
Diffstat (limited to 'test/rss')
-rw-r--r--test/rss/test_image.rb2
1 files changed, 1 insertions, 1 deletions
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",