Add tests for Password and Email.

Updated comments appropriately.
This commit is contained in:
Colin Kuskie 2006-03-25 17:41:39 +00:00
parent 178a8cbd0f
commit d4880b300e
4 changed files with 183 additions and 8 deletions

View file

@ -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