diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-25 11:44:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-25 11:44:58 +0000 |
| commit | 5ec2b72e6cf36b52c9febff244a8d7fad656499e (patch) | |
| tree | 5edffb1a77c59e76a4c21b2ab0b7d0ade219332e /test/rss | |
| parent | ea2822891cf3dcf132120c60fa63bd07c5a5b848 (diff) | |
| download | ruby-5ec2b72e6cf36b52c9febff244a8d7fad656499e.tar.gz ruby-5ec2b72e6cf36b52c9febff244a8d7fad656499e.tar.xz ruby-5ec2b72e6cf36b52c9febff244a8d7fad656499e.zip | |
* lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:
warn with caller position.
* test/rss/test_content.rb, test/rss/test_dublincore.rb,
test/rss/test_syndication.rb, test/rss/test_trackback.rb: use cgi
instead of cgi-lib.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss')
| -rw-r--r-- | test/rss/test_content.rb | 2 | ||||
| -rw-r--r-- | test/rss/test_dublincore.rb | 2 | ||||
| -rw-r--r-- | test/rss/test_syndication.rb | 2 | ||||
| -rw-r--r-- | test/rss/test_trackback.rb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/rss/test_content.rb b/test/rss/test_content.rb index b08725003..aa532eab6 100644 --- a/test/rss/test_content.rb +++ b/test/rss/test_content.rb @@ -1,7 +1,7 @@ # -*- tab-width: 2 -*- vim: ts=2 require "test/unit" -require "cgi-lib" +require "cgi" require "rexml/document" require "rss/1.0" diff --git a/test/rss/test_dublincore.rb b/test/rss/test_dublincore.rb index 16c458f53..0f900545a 100644 --- a/test/rss/test_dublincore.rb +++ b/test/rss/test_dublincore.rb @@ -1,7 +1,7 @@ # -*- tab-width: 2 -*- vim: ts=2 require "test/unit" -require "cgi-lib" +require "cgi" require "rexml/document" require "rss/1.0" diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb index 1eb62e052..22fa30c2d 100644 --- a/test/rss/test_syndication.rb +++ b/test/rss/test_syndication.rb @@ -1,7 +1,7 @@ # -*- tab-width: 2 -*- vim: ts=2 require "test/unit" -require "cgi-lib" +require "cgi" require "rexml/document" require "rss/1.0" diff --git a/test/rss/test_trackback.rb b/test/rss/test_trackback.rb index 936f3683f..56a5bf431 100644 --- a/test/rss/test_trackback.rb +++ b/test/rss/test_trackback.rb @@ -1,7 +1,7 @@ # -*- tab-width: 2 -*- vim: ts=2 require "test/unit" -require "cgi-lib" +require "cgi" require "rexml/document" require "rss/1.0" |
