temporary fix for this until we get cookies hacked into the test suite

This commit is contained in:
Colin Kuskie 2008-02-10 04:08:54 +00:00
parent c44accdfa9
commit 425d81d3fb

View file

@ -23,6 +23,8 @@ my $session = WebGUI::Test->session;
# put your tests here
$session->{_request} = undef;
$session->setting->set("specialState", "upgrading");
isnt(WebGUI::Content::Maintenance::handler($session), undef, "Maintenance should return some output when in upgrade special state");
$session->setting->set("specialState", "degrading");