Update Content::Setup test for new WebGUI::Wizard

This commit is contained in:
Colin Kuskie 2010-05-02 00:37:06 -07:00
parent 4a9a46f328
commit 8fe4c331d9

View file

@ -29,9 +29,10 @@ $session->setting->remove("specialState");
is(WebGUI::Content::Setup::handler($session), undef, "Setup shouldn't return anything when no special state is present"); is(WebGUI::Content::Setup::handler($session), undef, "Setup shouldn't return anything when no special state is present");
$session->request->setup_body({ $session->request->setup_body({
step => 2, wizard_class => 'WebGUI::Wizard::Setup',
timeZone => 'America/New_York', wizard_step => 'adminAccount',
language => 'Spanish', timeZone => 'America/New_York',
language => 'Spanish',
}); });
$session->setting->set("specialState", "init"); $session->setting->set("specialState", "init");