From: Peter Rabbitson Date: Sat, 28 Mar 2009 02:23:57 +0000 (+0000) Subject: Someone else would have to write -nest tests X-Git-Tag: v1.70~187 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=9dda4913c78b4806af235f7faa3aae0db6ff75b7 Someone else would have to write -nest tests --- diff --git a/t/04modifiers.t b/t/04modifiers.t index dcb61f2..c4960ba 100755 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -338,9 +338,6 @@ my @numbered_mods = ( }, ); -#can not be verified via is_same_sql_bind - need exact matching (parenthesis and all) -my @nest_tests = (); - plan tests => @and_or_tests*3 + @numbered_mods*4; for my $case (@and_or_tests) {