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");
$session->request->setup_body({
step => 2,
timeZone => 'America/New_York',
language => 'Spanish',
wizard_class => 'WebGUI::Wizard::Setup',
wizard_step => 'adminAccount',
timeZone => 'America/New_York',
language => 'Spanish',
});
$session->setting->set("specialState", "init");