Skip to content

Commit b242236

Browse files
committedDec 1, 2011
Finish WEBGUI_LIVE cleanup
1 parent 97d9711 commit b242236

File tree

1 file changed

+1
-14
lines changed
  • t/Asset/Wobject/GalleryAlbum

1 file changed

+1
-14
lines changed
 

‎t/Asset/Wobject/GalleryAlbum/rss.t

+1-14
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use WebGUI::Session;
1919
use Test::More;
2020
use Test::Deep;
2121
use XML::Simple;
22-
#plan skip_all => 'set WEBGUI_LIVE to enable this test' unless $ENV{WEBGUI_LIVE};
2322

2423
#----------------------------------------------------------------------------
2524
# Init
@@ -68,22 +67,10 @@ for my $i ( 0 .. 5 ) {
6867

6968
$versionTag->commit;
7069

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-
8070
#----------------------------------------------------------------------------
8171
# Tests
8272

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;
8774

8875
#----------------------------------------------------------------------------
8976
# Test www_viewRss

0 commit comments

Comments
 (0)
Please sign in to comment.