Skip to content

Commit

Permalink
remove the test plan and use 'done_testing'
Browse files Browse the repository at this point in the history
Because this test file is a giant mess of way too many tests caught
in a clump. They badly need to be cleaned up
  • Loading branch information
Yanick Champoux committed Aug 1, 2014
1 parent b48449c commit 10f508b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/30long.t
Expand Up @@ -40,7 +40,6 @@ my $dbh = DBI->connect( oracle_test_dsn(), $dbuser, '', {
PrintError => 0,
}) or plan skip_all => "Unable to connect to Oracle";

plan tests => scalar @test_sets;
my $tests_per_set = 97;

my $ora_server_version = $dbh->func("ora_server_version");
Expand All @@ -61,6 +60,8 @@ foreach (@test_sets) {
}
}

done_testing();

### END OF TESTS, ONLY FUNCTIONS BELOW ###

END {
Expand Down

0 comments on commit 10f508b

Please sign in to comment.