Skip to content

Commit

Permalink
Remove temporary test diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Dec 11, 2017
1 parent 9d226a8 commit 3623abc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions t/postgresql-rename-table-and-field.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use Test::Exception;
use Test::SQL::Translator;
use SQL::Translator;
use SQL::Translator::Diff;
use Digest;

maybe_plan(undef, 'DBD::Pg');

Expand All @@ -19,11 +18,6 @@ if ($ENV{DBICTEST_PG_DSN}) {
else {
no warnings 'once';
maybe_plan(undef, 'Test::PostgreSQL');
open my $fh, '<:raw', $INC{"Test/PostgreSQL.pm"} or die "No Test::PostgreSQL: $!\n";
my $d = Digest->new('MD5');
$d->addfile($fh);
diag sprintf "Test::PostgreSQL %s found at %s (md5: %s)",
Test::PostgreSQL->VERSION, $INC{"Test/PostgreSQL.pm"}, $d->hexdigest;
$pg_tst = eval { Test::PostgreSQL->new }
or plan skip_all => "Can't create test database: $Test::PostgreSQL::errstr";
$dsn = $pg_tst->dsn;
Expand Down

0 comments on commit 3623abc

Please sign in to comment.