From 10f508baad072c69a379a65198b0695676059ae0 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 1 Aug 2014 10:11:47 -0400 Subject: [PATCH] remove the test plan and use 'done_testing' Because this test file is a giant mess of way too many tests caught in a clump. They badly need to be cleaned up --- t/30long.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/30long.t b/t/30long.t index 99d70fd1..cc1020df 100644 --- a/t/30long.t +++ b/t/30long.t @@ -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"); @@ -61,6 +60,8 @@ foreach (@test_sets) { } } +done_testing(); + ### END OF TESTS, ONLY FUNCTIONS BELOW ### END {