Merge changes.

This commit is contained in:
Daniel Nichter
2012-06-03 14:38:59 -04:00

View File

@@ -23,7 +23,7 @@ if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master'; plan skip_all => 'Cannot connect to sandbox master';
} }
else { else {
plan tests => 10; plan tests => 11;
} }
my $output; my $output;