Skip to content

Commit

Permalink
Un-plan test and fix authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Aug 18, 2009
1 parent 4617b79 commit 7ff926e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 2 additions & 6 deletions lib/DBIx/Class/Storage/DBI/Pg.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,9 @@ part of the on_connect_do option to connect(), for example:
},
);
=head1 CONTRIBUTORS
=head1 AUTHORS
Robert Buels <rbuels@cpan.org>
=head1 AUTHOR
Marcus Ramberg <m.ramberg@cpan.org>
See L<DBIx::Class/CONTRIBUTORS>
=head1 LICENSE
Expand Down
5 changes: 2 additions & 3 deletions t/72pg.t
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ plan skip_all => 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test '.
' as well as following schemas: \'testschema\',\'anothertestschema\'!)'
unless ($dsn && $user);


plan tests => 45;

DBICTest::Schema->load_classes( 'Casecheck', 'ArrayTest' );
my $schema = DBICTest::Schema->connect($dsn, $user, $pass,);

Expand Down Expand Up @@ -332,4 +329,6 @@ sub _cleanup {
}
}

done_testing;

END { _cleanup($dbh) }

0 comments on commit 7ff926e

Please sign in to comment.