Calculate class to load. Remove class method from each test file. Fix typos.
This commit is contained in:
parent
f7589e6237
commit
20507ee883
47 changed files with 138 additions and 280 deletions
|
|
@ -14,13 +14,10 @@ use lib "$FindBin::Bin/lib";
|
|||
|
||||
use base qw/Test::WebGUI::Asset/;
|
||||
|
||||
use Test::WebGUI::More;
|
||||
use Test::WebGUI::Deep;
|
||||
use Test::WebGUI::Exception;
|
||||
use Test::More;
|
||||
use Test::Deep;
|
||||
use Test::Exception;
|
||||
|
||||
sub class {
|
||||
return qw/WebGUI::Asset::Wobject::EventManagementSystem/;
|
||||
}
|
||||
|
||||
sub list_of_tables {
|
||||
return [qw/assetData wobject EventManagementSystem/];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue