From 79fa8cafa9270b928c7b790c80155faee982b034 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 15 Jul 2010 13:02:36 -0500 Subject: [PATCH] reconcile IOB test with working version in master --- t/Asset/Wobject/InOutBoard.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/Asset/Wobject/InOutBoard.t b/t/Asset/Wobject/InOutBoard.t index 21965d84e..3cc7abd0b 100644 --- a/t/Asset/Wobject/InOutBoard.t +++ b/t/Asset/Wobject/InOutBoard.t @@ -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});