File tree 1 file changed +1
-14
lines changed
t/Asset/Wobject/GalleryAlbum
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ use WebGUI::Session;
19
19
use Test::More;
20
20
use Test::Deep;
21
21
use XML::Simple;
22
- # plan skip_all => 'set WEBGUI_LIVE to enable this test' unless $ENV{WEBGUI_LIVE};
23
22
24
23
# ----------------------------------------------------------------------------
25
24
# Init
@@ -68,22 +67,10 @@ for my $i ( 0 .. 5 ) {
68
67
69
68
$versionTag -> commit;
70
69
71
- # Override some settings to make things easier to test
72
- # userFunctionStyleId
73
- $session -> setting-> set( ' userFunctionStyleId' , ' PBtmpl0000000000000132' );
74
- # specialState
75
- $session -> setting-> set( ' specialState' , ' ' );
76
-
77
- my ( $mech );
78
- my $baseUrl = $session -> url-> getSiteURL;
79
-
80
70
# ----------------------------------------------------------------------------
81
71
# Tests
82
72
83
- if ( !eval { require Test::WWW::Mechanize; 1; } ) {
84
- plan skip_all => ' Cannot load Test::WWW::Mechanize. Will not test.' ;
85
- }
86
- $mech = Test::WWW::Mechanize-> new;
73
+ my $mech = Test::WWW::Mechanize-> new;
87
74
88
75
# ----------------------------------------------------------------------------
89
76
# Test www_viewRss
You can’t perform that action at this time.
0 commit comments