more bug/test fixes
This commit is contained in:
parent
1901c650e5
commit
c1d04f220a
2 changed files with 8 additions and 6 deletions
|
|
@ -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"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue