webgui/t/lib/WebGUI
Colin Kuskie 1cf78f5321 Finish up the file upload handling by PseudoRequest. If you
call $pseudoRequest->uploadFiles with a list of filenames, it will populate
the upload method with upload objects, so that Storage->getFileFromFormPost
will have an object with all the right methods.
t/Storage.t tests this incidently.  It occurs to me that we need tests
for our PseudoRequest module, and it needs POD, and it should probably
be rewritten using Class::InsideOut for good form.
2007-11-10 00:47:17 +00:00
..
Test Added WebGUI::Test::Maker 2007-10-24 04:12:33 +00:00
Form_Checking.pm Added an idea for t/lib/WebGUI/Form_Checking.pm to make testing form values less magic and more flexible. still todo. 2006-11-29 06:36:27 +00:00
PseudoRequest.pm Finish up the file upload handling by PseudoRequest. If you 2007-11-10 00:47:17 +00:00
Test.pm var->end already does a scratch->deleteAll 2007-11-02 04:15:57 +00:00