Add back code for throwing exceptions when session is not passed
to class methods.
This commit is contained in:
parent
30547ad310
commit
a75cd108b1
2 changed files with 6 additions and 2 deletions
|
|
@ -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';
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue