Add tests for Password and Email.
Updated comments appropriately.
This commit is contained in:
parent
178a8cbd0f
commit
d4880b300e
4 changed files with 183 additions and 8 deletions
|
|
@ -19,10 +19,7 @@ use WebGUI::Session;
|
|||
use HTML::Form;
|
||||
use Test::MockObject;
|
||||
|
||||
#The goal of this test is to verify that Text form elements
|
||||
#work, via HTMLForm. HTML::Form is actuall parsing the HTML
|
||||
#looking for stuff inside form tags, which is why we have to use
|
||||
#HTMLForm.
|
||||
#The goal of this test is to verify that Text form elements work
|
||||
|
||||
use Test::More; # increment this value for each test you create
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue