END at the end
This commit is contained in:
parent
91eaa6e046
commit
0846b4fa8f
1 changed files with 4 additions and 4 deletions
|
|
@ -24,10 +24,6 @@ use WebGUI::Test;
|
||||||
# Init
|
# Init
|
||||||
my $session = WebGUI::Test->session;
|
my $session = WebGUI::Test->session;
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
@ -38,3 +34,7 @@ plan tests => 1; # Increment this number for each test you create
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# put your tests here
|
# put your tests here
|
||||||
|
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# Cleanup
|
||||||
|
END {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue