Bug 6254: (follow-up) work-around to fix a failing test case
[koha_fer] / 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' ] ) );