Add back code for throwing exceptions when session is not passed

to class methods.
This commit is contained in:
Colin Kuskie 2009-04-24 03:47:40 +00:00
parent 30547ad310
commit a75cd108b1
2 changed files with 6 additions and 2 deletions

View file

@ -98,8 +98,6 @@ SKIP: {
isa_ok( $e, 'WebGUI::Error::InvalidParam', 'getDriver throws error when no session object is passed in class context' );
is( $e->error, 'Need a session.', 'getDriver passes correct message for ommitted session object' );
TODO: {
local $TODO = 'test www_ methods';
#######################################################################