Remove unused test
Ash Berlin [Fri, 13 Mar 2009 20:56:03 +0000 (20:56 +0000)]
t/900_errors.t

index a78c4f2..dbddb1c 100644 (file)
@@ -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";