Test cleanup after merge to 7.10.2
This commit is contained in:
parent
a067cbbe70
commit
a6a10d976a
6 changed files with 26 additions and 17 deletions
|
|
@ -8,8 +8,19 @@
|
|||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
use File::Spec::Functions qw( catdir rel2abs );
|
||||
use File::Basename;
|
||||
use File::Basename qw( dirname );
|
||||
use Test::Class::Load rel2abs( catdir ( dirname( __FILE__ ), 'tests' ) );
|
||||
BEGIN {
|
||||
|
||||
use File::Spec::Functions qw( catdir rel2abs );
|
||||
use File::Basename;
|
||||
use Test::More;
|
||||
use Test::Class;
|
||||
use Module::Find;
|
||||
use lib rel2abs( catdir ( dirname( __FILE__ ), 'tests' ) );
|
||||
|
||||
# plan skip_all => "Extremely slow asset tests only run if WEBGUI_ASSET_TESTS set"
|
||||
# unless $ENV{WEBGUI_ASSET_TESTS};
|
||||
useall('Test::WebGUI::Form');
|
||||
}
|
||||
|
||||
Test::Class->runtests;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue