Skip to content

Commit

Permalink
Finish WEBGUI_LIVE cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Dec 1, 2011
1 parent 97d9711 commit b242236
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions t/Asset/Wobject/GalleryAlbum/rss.t
Expand Up @@ -19,7 +19,6 @@ use WebGUI::Session;
use Test::More;
use Test::Deep;
use XML::Simple;
#plan skip_all => 'set WEBGUI_LIVE to enable this test' unless $ENV{WEBGUI_LIVE};

#----------------------------------------------------------------------------
# Init
Expand Down Expand Up @@ -68,22 +67,10 @@ for my $i ( 0 .. 5 ) {

$versionTag->commit;

# Override some settings to make things easier to test
# userFunctionStyleId
$session->setting->set( 'userFunctionStyleId', 'PBtmpl0000000000000132' );
# specialState
$session->setting->set( 'specialState', '' );

my ( $mech );
my $baseUrl = $session->url->getSiteURL;

#----------------------------------------------------------------------------
# Tests

if ( !eval { require Test::WWW::Mechanize; 1; } ) {
plan skip_all => 'Cannot load Test::WWW::Mechanize. Will not test.';
}
$mech = Test::WWW::Mechanize->new;
my $mech = Test::WWW::Mechanize->new;

#----------------------------------------------------------------------------
# Test www_viewRss
Expand Down

0 comments on commit b242236

Please sign in to comment.