From 9b139fe5892388653b1c213c633e031c778bd875 Mon Sep 17 00:00:00 2001 From: xibbar Date: Sat, 8 Nov 2008 15:38:48 +0000 Subject: fix test for 1.8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/cgi/test_cgi_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cgi/test_cgi_tag_helper.rb') diff --git a/test/cgi/test_cgi_tag_helper.rb b/test/cgi/test_cgi_tag_helper.rb index f28146a026..6e726b93a3 100755 --- a/test/cgi/test_cgi_tag_helper.rb +++ b/test/cgi/test_cgi_tag_helper.rb @@ -318,7 +318,7 @@ class CGITagHelperTest < Test::Unit::TestCase assert_match(/^bbdd$/,str) assert_match(/^bbdd$/,str) assert_match(/^bbdd$/,str) - assert_match(//,cgi.text_field(:name=>"name",:value=>"value")) + assert_match(//,cgi.text_field(:name=>"name",:value=>"value")) if RUBY_VERSION>="1.9" if RUBY_VERSION>="1.9" str=cgi.radio_group("foo",["aa","bb"],["cc","dd",false]) assert_match(/^bbdd$/,str) -- cgit v1.2.3