From e0a9c58be7ea04d451e270789db4e02abab55e55 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 7 Jul 2008 12:54:48 -0500 Subject: [PATCH] bug 2295 [followup 1/2]: added name to one of tests in icondirectories.t Signed-off-by: Joshua Ferraro --- xt/author/icondirectories.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/author/icondirectories.t b/xt/author/icondirectories.t index d6b0177389..a4145fafc7 100644 --- a/xt/author/icondirectories.t +++ b/xt/author/icondirectories.t @@ -45,7 +45,7 @@ sub staff_wanted { } find( \&staff_wanted, $staff_icon_directory ); -is_deeply( $opac_icons, $staff_icons ) +is_deeply( $opac_icons, $staff_icons, "staff and OPAC icon directories have same contents" ) or diag( Data::Dumper->Dump( [ $opac_icons ], [ 'opac_icons' ] ) ); -- 2.11.0