Author: turnstep
Date: Wed Jan 16 19:24:29 2008
New Revision: 10572

Modified:
   DBD-Pg/trunk/t/09arrays.t

Log:
Remove the aclitem test, it's still causing problems and not worth the trouble.


Modified: DBD-Pg/trunk/t/09arrays.t
==============================================================================
--- DBD-Pg/trunk/t/09arrays.t   (original)
+++ DBD-Pg/trunk/t/09arrays.t   Wed Jan 16 19:24:29 2008
@@ -13,7 +13,7 @@
 select(($|=1,select(STDERR),$|=1)[1]);
 
 if (defined $ENV{DBI_DSN}) {
-       plan tests => 214;
+       plan tests => 213;
 } else {
        plan skip_all => 'Cannot run test unless DBI_DSN is defined. See the 
README file';
 }
@@ -373,10 +373,6 @@
 [[[[[[1]],[[2]],[[3]]]]]]
 Deep nesting
 
-'$role=ar'::aclitem,'$role=r'::aclitem
-['$role=ar/$role','$role=r/$role']
-Test of aclitem type
-
 1::bool
 ['t']
 Test of boolean type
@@ -409,9 +405,6 @@
 
 $Data::Dumper::Indent = 0;
 
-## Turn off WARNING from aclitem test
-$dbh->do(q{SET CLIENT_MIN_MESSAGES = 'ERROR'});
-
 for my $test (split /\n\n/ => $array_tests_out) {
        next unless $test =~ /\w/;
        my ($input,$expected,$msg) = split /\n/ => $test;
@@ -451,7 +444,7 @@
                ## is_deeply does not handle type differences
                is((Dumper $result), (Dumper $expected), "Array test $msg : 
$input");
        }
-       
+
 }
 
 cleanup_database($dbh,'test');

Reply via email to