Calculate class to load. Remove class method from each test file. Fix typos.

This commit is contained in:
Colin Kuskie 2010-03-13 19:17:13 -08:00
parent f7589e6237
commit 20507ee883
47 changed files with 138 additions and 280 deletions

View file

@ -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/];