Cleaned the pollution from the forms system.
This commit is contained in:
parent
53b81b36d0
commit
8500c4d506
81 changed files with 2675 additions and 1570 deletions
|
|
@ -130,5 +130,5 @@ WebGUI::Form_Checking::auto_check($session, $formType, $testBlock);
|
|||
#
|
||||
# test WebGUI::FormValidator::ClassName(undef,@values)
|
||||
#
|
||||
is(WebGUI::Form::ClassName->new($session)->getValueFromPost('t*est'), 'test', '$cname->getValueFromPost(arg)');
|
||||
is(WebGUI::Form::ClassName->new($session)->getValue('t*est'), 'test', '$cname->getValue(arg)');
|
||||
is($session->form->className(undef,'t*est'), 'test', 'WebGUI::FormValidator::className');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue