remove useless test END blocks
This commit is contained in:
parent
02af1c68f9
commit
6b1c3c8890
30 changed files with 0 additions and 150 deletions
|
|
@ -507,10 +507,4 @@ $sub1->getFormattedComments;
|
|||
|
||||
#done_testing();
|
||||
#print 'press return to complete test' ; <>;
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END {
|
||||
|
||||
|
||||
}
|
||||
#vim:ft=perl
|
||||
|
|
|
|||
|
|
@ -53,11 +53,4 @@ is($sku->getConfiguredTitle, "Test Donation (200)", "getConfiguredTitle()");
|
|||
|
||||
$sku->purge;
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END {
|
||||
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -432,5 +432,3 @@ cmp_bag(
|
|||
'...asset package data has the storage locations in it'
|
||||
);
|
||||
|
||||
END {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1032,6 +1032,3 @@ sub buildSurveyJSON {
|
|||
return $sjson;
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END { }
|
||||
|
|
|
|||
|
|
@ -2183,7 +2183,3 @@ sub getBareSkeletons {
|
|||
type => 'answer',
|
||||
};
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue