reconcile IOB test with working version in master

This commit is contained in:
Doug Bell 2010-07-15 13:02:36 -05:00
parent 256119575c
commit 79fa8cafa9

View file

@ -144,9 +144,11 @@ cmp_bag(
dateStamp => ignore(), dateStamp => ignore(),
message => 'work time', message => 'work time',
username => 'red', 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' 'view: returns one entry for each user, entry is correct for user with status'
) or diag(Dumper $templateVars->{rows_loop}); ) or diag(Dumper $templateVars->{rows_loop});