Rolled back to 7186 removing CheckList changes

This commit is contained in:
Kaleb Murphy 2008-08-07 20:33:07 +00:00
parent ef56d94eaf
commit 2cce90f150
3 changed files with 0 additions and 41 deletions

View file

@ -99,8 +99,3 @@ is( $inputs[0]->{value},
WebGUI::International->new($session,"Form_CheckList")->get("selectAll label"),
'The value is internationalized'
);
my $checkl1 = WebGUI::Form::CheckList->new($session, {'defaultValue' => 1});
is($checkl1->getValue(10), 10, "Get simple passed in value");
is($checkl1->getValue(), '', "Get empty value in value");
is($checkl1->get('defaultValue'), 1, "Check default value property");