remove useless test END blocks

This commit is contained in:
Graham Knop 2010-06-09 06:57:29 -05:00
parent 02af1c68f9
commit 6b1c3c8890
30 changed files with 0 additions and 150 deletions

View file

@ -507,10 +507,4 @@ $sub1->getFormattedComments;
#done_testing();
#print 'press return to complete test' ; <>;
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -53,11 +53,4 @@ is($sku->getConfiguredTitle, "Test Donation (200)", "getConfiguredTitle()");
$sku->purge;
#----------------------------------------------------------------------------
# Cleanup
END {
}
1;

View file

@ -432,5 +432,3 @@ cmp_bag(
'...asset package data has the storage locations in it'
);
END {
}

View file

@ -1032,6 +1032,3 @@ sub buildSurveyJSON {
return $sjson;
}
#----------------------------------------------------------------------------
# Cleanup
END { }

View file

@ -2183,7 +2183,3 @@ sub getBareSkeletons {
type => 'answer',
};
}
#----------------------------------------------------------------------------
# Cleanup
END { }