Remove dead END blocks from some tests.
This commit is contained in:
parent
5282a12d47
commit
1cd7d8fbc7
2 changed files with 0 additions and 8 deletions
|
|
@ -69,9 +69,5 @@ cmp_deeply(
|
||||||
"appendFeaturedPageVars returns correct variables, prefixed with 'featured_'",
|
"appendFeaturedPageVars returns correct variables, prefixed with 'featured_'",
|
||||||
);
|
);
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
|
|
||||||
}
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,3 @@ $output = WebGUI::Macro::PageUrl::process($session, '/sub/page', 'query=this');
|
||||||
like($output, qr{/sub/page\?noCache=\d+:\d+;query=this$}, 'checking that the query arg works with preventProxyCache');
|
like($output, qr{/sub/page\?noCache=\d+:\d+;query=this$}, 'checking that the query arg works with preventProxyCache');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
END {
|
|
||||||
# See note in the Slash_gateway macro test about this.
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue