reconcile IOB test with working version in master
This commit is contained in:
parent
256119575c
commit
79fa8cafa9
1 changed files with 4 additions and 2 deletions
|
|
@ -144,9 +144,11 @@ cmp_bag(
|
|||
dateStamp => ignore(),
|
||||
message => 'work time',
|
||||
username => 'red',
|
||||
department => 'No Department',
|
||||
}),
|
||||
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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue