remove useless test END blocks

This commit is contained in:
Graham Knop 2010-06-10 08:35:22 -05:00
parent 53721581a1
commit fe1ac66cca
13 changed files with 0 additions and 44 deletions

View file

@ -68,9 +68,4 @@ is( $account->getUrl( 'op=account' ), $session->url->page( 'op=account' ),
'getUrl doesnt add op=account if already exists'
);
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -69,5 +69,4 @@ is( $account->getUrl( 'op=account' ), $session->url->page( 'op=account' ),
'getUrl doesnt add op=account if already exists'
);
#vim:ft=perl

View file

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

View file

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

View file

@ -276,7 +276,3 @@ $mech->submit_form_ok(
);
$mech->base_is( $assetUrl, "We don't get redirected" );
#----------------------------------------------------------------------------
# Cleanup
END {
}

View file

@ -73,10 +73,4 @@ $tempMessage->delete;
}
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -82,9 +82,4 @@ SKIP: {
cmp_deeply( $assetIds, [ $article->getId ], 'ideograph search works');
}
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -239,5 +239,3 @@ TODO: {
ok(0, 'output from fatal when there is a db handler and request present');
}
END {
}

View file

@ -68,5 +68,3 @@ SKIP: {
}
END {
}

View file

@ -126,10 +126,4 @@ SKIP: {
}
}
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -15,7 +15,6 @@ use lib "$FindBin::Bin/lib";
use WebGUI::Test;
use WebGUI::Session;
use WebGUI::Storage;
use WebGUI::PseudoRequest;
use File::Spec;
use File::Temp qw/tempdir/;

View file

@ -315,6 +315,3 @@ TODO: {
local $TODO = "Methods that need to be tested";
ok(0, 'resize');
}
END {
}

View file

@ -110,6 +110,4 @@ sub createInstance {
return $instance;
};
#vim:ft=perl