remove useless test END blocks
This commit is contained in:
parent
53721581a1
commit
fe1ac66cca
13 changed files with 0 additions and 44 deletions
|
|
@ -68,9 +68,4 @@ is( $account->getUrl( 'op=account' ), $session->url->page( 'op=account' ),
|
||||||
'getUrl doesnt add op=account if already exists'
|
'getUrl doesnt add op=account if already exists'
|
||||||
);
|
);
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
|
|
||||||
}
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -69,5 +69,4 @@ is( $account->getUrl( 'op=account' ), $session->url->page( 'op=account' ),
|
||||||
'getUrl doesnt add op=account if already exists'
|
'getUrl doesnt add op=account if already exists'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -1032,6 +1032,3 @@ sub buildSurveyJSON {
|
||||||
return $sjson;
|
return $sjson;
|
||||||
}
|
}
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END { }
|
|
||||||
|
|
|
||||||
|
|
@ -2183,7 +2183,3 @@ sub getBareSkeletons {
|
||||||
type => 'answer',
|
type => 'answer',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END { }
|
|
||||||
|
|
|
||||||
|
|
@ -276,7 +276,3 @@ $mech->submit_form_ok(
|
||||||
);
|
);
|
||||||
$mech->base_is( $assetUrl, "We don't get redirected" );
|
$mech->base_is( $assetUrl, "We don't get redirected" );
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -73,10 +73,4 @@ $tempMessage->delete;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
|
|
||||||
}
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -82,9 +82,4 @@ SKIP: {
|
||||||
cmp_deeply( $assetIds, [ $article->getId ], 'ideograph search works');
|
cmp_deeply( $assetIds, [ $article->getId ], 'ideograph search works');
|
||||||
}
|
}
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
|
|
||||||
}
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -239,5 +239,3 @@ TODO: {
|
||||||
ok(0, 'output from fatal when there is a db handler and request present');
|
ok(0, 'output from fatal when there is a db handler and request present');
|
||||||
}
|
}
|
||||||
|
|
||||||
END {
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -68,5 +68,3 @@ SKIP: {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
END {
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,4 @@ SKIP: {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
|
|
||||||
}
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ use lib "$FindBin::Bin/lib";
|
||||||
use WebGUI::Test;
|
use WebGUI::Test;
|
||||||
use WebGUI::Session;
|
use WebGUI::Session;
|
||||||
use WebGUI::Storage;
|
use WebGUI::Storage;
|
||||||
use WebGUI::PseudoRequest;
|
|
||||||
|
|
||||||
use File::Spec;
|
use File::Spec;
|
||||||
use File::Temp qw/tempdir/;
|
use File::Temp qw/tempdir/;
|
||||||
|
|
|
||||||
|
|
@ -315,6 +315,3 @@ TODO: {
|
||||||
local $TODO = "Methods that need to be tested";
|
local $TODO = "Methods that need to be tested";
|
||||||
ok(0, 'resize');
|
ok(0, 'resize');
|
||||||
}
|
}
|
||||||
|
|
||||||
END {
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,4 @@ sub createInstance {
|
||||||
return $instance;
|
return $instance;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue