From: Ash Berlin Date: Fri, 13 Mar 2009 20:56:03 +0000 (+0000) Subject: Remove unused test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36cc0a15b5767b3e715ed701ea1ffcc0f1859944;p=dbsrgits%2FSQL-Abstract-2.0-ish.git Remove unused test --- diff --git a/t/900_errors.t b/t/900_errors.t index a78c4f2..dbddb1c 100644 --- a/t/900_errors.t +++ b/t/900_errors.t @@ -25,12 +25,3 @@ throws_ok { ) } qr/^'~' is not a valid operator in an expression/ -__END__ -throws_ok { - $sqla->dispatch( - { -where => - [ '~', [-name => qw/me id/], [ -alias => [-name => qw/me foo/], 'bar' ] ] - ] - ) -} qr/^'~' is not a valid operator/, - "Error from invalid operator in where";