diff --git a/t/Asset/Wobject/InOutBoard.t b/t/Asset/Wobject/InOutBoard.t index 966f2b130..0178e7fda 100644 --- a/t/Asset/Wobject/InOutBoard.t +++ b/t/Asset/Wobject/InOutBoard.t @@ -139,14 +139,17 @@ $board->view; cmp_bag( $templateVars->{rows_loop}, [ - { + superhashof({ deptHasChanged => ignore(), status => 'In', dateStamp => ignore(), message => 'work time', username => 'red', - }, - ignore(), ignore(), ignore(), ignore(), + }), + superhashof({ username => 'Admin' }), + superhashof({ username => 'boggs' }), + superhashof({ username => 'andy' }), + superhashof({ username => 'hadley' }), ], 'view: returns one entry for each user, entry is correct for user with status' ) or diag(Dumper $templateVars->{rows_loop});