bug 2295 [followup 1/2]: added name to one of tests in icondirectories.t
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 7 Jul 2008 17:54:48 +0000 (12:54 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 7 Jul 2008 21:32:32 +0000 (16:32 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

xt/author/icondirectories.t

index d6b0177..a4145fa 100644 (file)
@@ -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' ] ) );