use note instead of diag in tests for non-error debug output
This commit is contained in:
parent
929c012075
commit
67b729fee0
30 changed files with 50 additions and 50 deletions
|
|
@ -237,7 +237,7 @@ is(WebGUI::DatabaseLink->new($session,'foobar'), undef, 'new returns undef with
|
|||
#
|
||||
####################################################
|
||||
|
||||
diag 'queryIsValid';
|
||||
note 'queryIsValid';
|
||||
foreach my $query (@{ $queries }) {
|
||||
is($dbLink->queryIsAllowed($query->{query}), $query->{expect}, $query->{comment});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue