Forward port WEBGUI_LIVE switch addition to Event/edit.t

This commit is contained in:
Colin Kuskie 2009-08-11 20:18:58 +00:00
parent 503dc38070
commit 51aa116377

View file

@ -74,6 +74,10 @@ if ( !$mech->success ) {
plan skip_all => "Cannot load URL '$baseUrl'. Will not test.";
}
if ( !$ENV{WEBGUI_LIVE}) {
plan skip_all => "Live tests not enabled";
}
plan tests => 8; # Increment this number for each test you create
#----------------------------------------------------------------------------