Use correct inheritance for test modules.
This commit is contained in:
parent
cbfe3825a8
commit
9dc2977f95
34 changed files with 68 additions and 68 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package Test::WebGUI::Asset::Wobject::EventManagementSystem;
|
||||
package Test::WebGUI::Asset::Wobject::Wobject::EventManagementSystem;
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2009 Plain Black Corporation.
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -10,7 +10,7 @@ package Test::WebGUI::Asset::Wobject::EventManagementSystem;
|
|||
#-------------------------------------------------------------------
|
||||
|
||||
|
||||
use base qw/Test::WebGUI::Asset/;
|
||||
use base qw/Test::WebGUI::Asset::Wobject/;
|
||||
|
||||
use Test::More;
|
||||
use Test::Deep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue