From bbd35c12bf6b886a7768c4c6d43d8dca21f549aa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 8 Oct 2007 03:56:23 +0000 Subject: Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/007util.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 't') diff --git a/t/007util.t b/t/007util.t index 5f2c998d1..18d58148b 100644 --- a/t/007util.t +++ b/t/007util.t @@ -28,7 +28,7 @@ use lib 't'; use Support::Files; BEGIN { - use Test::More tests => 13; + use Test::More tests => 12; use_ok(Bugzilla); use_ok(Bugzilla::Util); } @@ -48,9 +48,6 @@ is(html_quote(""),"<lala&>",'html_quote'); #url_quote(): is(url_quote("gaa\"'[]{\\"),"%3Clala%26%3Egaa%22%27%5B%5D%7B%5C",'url_quote'); -#value_quote(): -is(value_quote("g\naa\"'[\n]{\\"),"<lal a&>g aa"'[ ]{\\",'value_quote'); - #lsearch(): my @list = ('apple','pear','plum','<"\\%'); is(lsearch(\@list,'pear'),1,'lsearch 1'); -- cgit v1.2.3-24-g4f1b