From 5ec2b72e6cf36b52c9febff244a8d7fad656499e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Feb 2004 11:44:58 +0000 Subject: * 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 --- test/rss/test_content.rb | 2 +- test/rss/test_dublincore.rb | 2 +- test/rss/test_syndication.rb | 2 +- test/rss/test_trackback.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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" -- cgit