From 8f2057e33d1c745a4e1636a6cbe4196ee798cc1a 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_syndication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rss/test_syndication.rb') diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb index 1eb62e052b..22fa30c2de 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" -- cgit v1.2.3