diff --git a/testing/dav_test b/testing/dav_test index fab2025e..4d57ad5c 100755 --- a/testing/dav_test +++ b/testing/dav_test @@ -199,6 +199,7 @@ if ( defined(@{$queries}) && @{$queries} ) { print STDERR "Processing results row\n" if ( $debug ); my $sep = ""; foreach my $column ( @$row ) { + $column = 'NULL' unless ( defined($column) ); print $sep, $column; $sep = " --- "; }