diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-07 02:02:50 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-07 02:02:50 +0000 |
| commit | 3e3bd62e28b6fb54a97043b6b8562408d698cd70 (patch) | |
| tree | 5253a453a0cb7d932ab50986e2514a2738c0d466 /test/rss | |
| parent | a528ec503831e6aeb66fd8ae85e869b48ccdb167 (diff) | |
| download | ruby-3e3bd62e28b6fb54a97043b6b8562408d698cd70.tar.gz ruby-3e3bd62e28b6fb54a97043b6b8562408d698cd70.tar.xz ruby-3e3bd62e28b6fb54a97043b6b8562408d698cd70.zip | |
* 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
Diffstat (limited to 'test/rss')
| -rw-r--r-- | test/rss/test_image.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
