From b242236ac2a5ae277d479192a82149fec8e4d632 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 1 Dec 2011 15:26:34 -0800 Subject: [PATCH] Finish WEBGUI_LIVE cleanup --- t/Asset/Wobject/GalleryAlbum/rss.t | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/t/Asset/Wobject/GalleryAlbum/rss.t b/t/Asset/Wobject/GalleryAlbum/rss.t index 91b36a80f..3c266199c 100644 --- a/t/Asset/Wobject/GalleryAlbum/rss.t +++ b/t/Asset/Wobject/GalleryAlbum/rss.t @@ -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 @@ -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