Content check via truthiness.
This commit is contained in:
parent
dcb9bacc83
commit
2976539482
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ ok(defined $defTemplate, 'default template is present');
|
|||
|
||||
# Call with default values
|
||||
my $html = WebGUI::Macro::UsersOnline::process($session);
|
||||
cmp_ok((length $html), '>', 0, 'call with default template and values returns some output');
|
||||
ok($html, 'call with default template and values returns some output');
|
||||
|
||||
|
||||
# Test labels -------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue