more bug/test fixes

This commit is contained in:
Graham Knop 2009-03-26 22:12:21 +00:00
parent 1901c650e5
commit c1d04f220a
2 changed files with 8 additions and 6 deletions

View file

@ -46,6 +46,7 @@ SKIP: { # Not everyone has Test::Exception yet
my $friends;
# ok() tests booleans. assignment evaluates to the value assigned (it's how '$a = $b = 4' works)
my $account;
ok( $account = WebGUI::Account->new( $session ),
"WebGUI::Account object created successfully"
);