silence extra test output for non-verbose runs
This commit is contained in:
parent
f3e699e9a7
commit
614a901231
2 changed files with 3 additions and 3 deletions
|
|
@ -503,8 +503,8 @@ my $listCal = $node->addChild({
|
|||
$allDayDt = $bday->cloneToUserTimeZone->truncate( to => 'day' );
|
||||
my $prevDayDt = $bday->cloneToUserTimeZone->truncate( to => 'day' )->subtract(days => 1)->add(hours => 19);
|
||||
|
||||
diag $allDayDt->toDatabase;
|
||||
diag $prevDayDt->toDatabase;
|
||||
note $allDayDt->toDatabase;
|
||||
note $prevDayDt->toDatabase;
|
||||
|
||||
$allDay = $listCal->addChild({
|
||||
className => 'WebGUI::Asset::Event',
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ my $nonRootLink = qr{
|
|||
sub checkLinks {
|
||||
my ($tag, $attrs) = @_;
|
||||
if ($tag eq 'link' && $attrs->{href}) {
|
||||
diag sprintf '%s: %s', $tag, $attrs->{href};
|
||||
note sprintf '%s: %s', $tag, $attrs->{href};
|
||||
if ($attrs->{href} !~ $nonRootLink) {
|
||||
$validLinks = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue