From 1ea2f3ea762c6ea07cea547f3ddfe0e9711486e5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 15 Jun 2010 15:13:50 -0700 Subject: [PATCH] Add tracking to the InOutBoard test to try and find out why it fails intermittently. --- t/Asset/Wobject/InOutBoard.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Wobject/InOutBoard.t b/t/Asset/Wobject/InOutBoard.t index bc5896e8e..966f2b130 100644 --- a/t/Asset/Wobject/InOutBoard.t +++ b/t/Asset/Wobject/InOutBoard.t @@ -149,7 +149,7 @@ cmp_bag( ignore(), ignore(), ignore(), ignore(), ], 'view: returns one entry for each user, entry is correct for user with status' -); +) or diag(Dumper $templateVars->{rows_loop}); WebGUI::Test->unmockAssetId($templateId); ################################################################