X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fpg.t;fp=t%2Fpg.t;h=7a2294d69ae8631094ec6d887a9e3c198cb52d39;hp=58ce12494c7b694827751545f4cd04d41980d7ff;hb=dd98344ab0d8b1c141f7090ffa576ff2f25b9f51;hpb=6863244b840583f978fa2e11dee54a95d709cbad diff --git a/t/pg.t b/t/pg.t index 58ce124..7a2294d 100644 --- a/t/pg.t +++ b/t/pg.t @@ -10,8 +10,6 @@ my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_PG_${_}" } qw/DSN USER PASS/}; plan skip_all => 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test' . ' (note: creates and tables!)' unless ($dsn && $user); -plan tests => 19; - my $schema = DBSchema::get_test_schema( $dsn, $user, $pass ); run_tests( $schema );