X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fpg.t;h=7a2294d69ae8631094ec6d887a9e3c198cb52d39;hp=8765d41f63effa53d9910e6d5ff0828fd2a210ce;hb=584713f437ffa9390821a0580ed368aa22fb552e;hpb=424363ed169eae916480670bea2363322285855a diff --git a/t/pg.t b/t/pg.t index 8765d41..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 => 15; - my $schema = DBSchema::get_test_schema( $dsn, $user, $pass ); run_tests( $schema );